#03114C

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

Shades of Sapphire #03114C

Tints of Sapphire #03114C

Color information

#03114C (or 0x03114C) is unknown color: approx Sapphire. HEX triplet: 03, 11 and 4C. RGB value is (3,17,76). Sum of RGB (Red+Green+Blue) = 3+17+76=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 17 (7.03% from 255 or 17.71% from 96); Blue value is 76 (30.08% from 255 or 79.17% from 96); Max value from RGB is 76 - color contains mainly: blue. Hex color #03114C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03114C is #FCEEB3. Grayscale: #131313. Windows color (decimal): -16576180 or 4985091. OLE color: 4985091.

HSL color Cylindrical-coordinate representation of color #03114C: hue angle of 228.49º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03114C is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB31776-
CMYK0.960.7800.70
HSL228.49º92.41%15.49%-
HSV(B)228.49º96.05%29.8%-
XYZ1.540.946.94-
YUV19.54159.86116.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.12%
GREEN value IS 17 (7.03% from 255) = 17.71%
BLUE value IS 76 (30.08% from 255) = 79.17%
R=3.12%
G=17.71%
B=79.17%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal317760.960.7800.70228.4992.4115.49
Hex3114C604E046e45cf
Octal321114140116010634413417
Binary1110001100110011000001001110010001101110010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03114C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03114C; }

 p { color: rgb(3,17,76); }

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

<style>
 a { background-color: #03114C; }

 a { background-color: rgb(3,17,76); }

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

<style>
 span { border-color: #03114C; }

 span { border-color: rgb(3,17,76); }

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