#1C3169

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

Shades of Sapphire #1C3169

Tints of Sapphire #1C3169

Color information

#1C3169 (or 0x1C3169) is unknown color: approx Sapphire. HEX triplet: 1C, 31 and 69. RGB value is (28,49,105). Sum of RGB (Red+Green+Blue) = 28+49+105=182 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.38% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 105 (41.41% from 255 or 57.69% from 182); Max value from RGB is 105 - color contains mainly: blue. Hex color #1C3169 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3169 is #E3CE96. Grayscale: #303030. Windows color (decimal): -14929559 or 6893852. OLE color: 6893852.

HSL color Cylindrical-coordinate representation of color #1C3169: hue angle of 223.64º 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 #1C3169 is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2849105-
CMYK0.730.5300.59
HSL223.64º57.89%26.08%-
HSV(B)223.64º73.33%41.18%-
XYZ4.133.4613.82-
YUV49.1159.54112.95-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.38%
GREEN value IS 49 (19.53% from 255) = 26.92%
BLUE value IS 105 (41.41% from 255) = 57.69%
R=15.38%
G=26.92%
B=57.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal28491050.730.5300.59223.6457.8926.08
Hex1C3169493503Be03a1a
Octal3461151111650733407232
Binary111001100011101001100100111010101110111110000011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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