#03114B

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

Shades of Sapphire #03114B

Tints of Sapphire #03114B

Color information

#03114B (or 0x03114B) is unknown color: approx Sapphire. HEX triplet: 03, 11 and 4B. RGB value is (3,17,75). Sum of RGB (Red+Green+Blue) = 3+17+75=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 17 (7.03% from 255 or 17.89% from 95); Blue value is 75 (29.69% from 255 or 78.95% from 95); Max value from RGB is 75 - color contains mainly: blue. Hex color #03114B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03114B is #FCEEB4. Grayscale: #131313. Windows color (decimal): -16576181 or 4919555. OLE color: 4919555.

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

Color convert

RGB31775-
CMYK0.960.7700.71
HSL228.33º92.31%15.29%-
HSV(B)228.33º96%29.41%-
XYZ1.510.936.76-
YUV19.43159.36116.28-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.16%
GREEN value IS 17 (7.03% from 255) = 17.89%
BLUE value IS 75 (29.69% from 255) = 78.95%
R=3.16%
G=17.89%
B=78.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal317750.960.7700.71228.3392.3115.29
Hex3114B604D047e45cf
Octal321113140115010734413417
Binary1110001100101111000001001101010001111110010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03114B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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