#1C3069

Color #1C3069 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #1C3069

Tints of Sapphire #1C3069

Color information

#1C3069 (or 0x1C3069) is unknown color: approx Sapphire. HEX triplet: 1C, 30 and 69. RGB value is (28,48,105). Sum of RGB (Red+Green+Blue) = 28+48+105=181 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.47% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 105 (41.41% from 255 or 58.01% from 181); Max value from RGB is 105 - color contains mainly: blue. Hex color #1C3069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3069 is #E3CF96. Grayscale: #303030. Windows color (decimal): -14929815 or 6893596. OLE color: 6893596.

HSL color Cylindrical-coordinate representation of color #1C3069: hue angle of 224.42º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C3069 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2848105-
CMYK0.730.5400.59
HSL224.42º57.89%26.08%-
HSV(B)224.42º73.33%41.18%-
XYZ4.093.3813.8-
YUV48.52159.87113.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 15.47%
GREEN value IS 48 (19.14% from 255) = 26.52%
BLUE value IS 105 (41.41% from 255) = 58.01%
R=15.47%
G=26.52%
B=58.01%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal28481050.730.5400.59224.4257.8926.08
Hex1C3069493603Be03a1a
Octal3460151111660733407232
Binary111001100001101001100100111011001110111110000011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C3069; }

 p { color: rgb(28,48,105); }

 H1.HeaderClassName
 {
   color: #1C3069;
 }
 .AnyTagClassName
 {
   color: #1C3069;
 }
</style>
background-color css

<style>
 a { background-color: #1C3069; }

 a { background-color: rgb(28,48,105); }

 div.DivClassName
 {
   background-color: #1C3069;
 }
 .BgClassName
 {
   background-color: #1C3069;
 }
</style>
border-color css

<style>
 span { border-color: #1C3069; }

 span { border-color: rgb(28,48,105); }

 td.TdClassName
 {
   border-color: #1C3069;
 }
 .TagClassName
 {
   border-color: #1C3069;
 }
</style>