#03114E

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

Shades of Sapphire #03114E

Tints of Sapphire #03114E

Color information

#03114E (or 0x03114E) is unknown color: approx Sapphire. HEX triplet: 03, 11 and 4E. RGB value is (3,17,78). Sum of RGB (Red+Green+Blue) = 3+17+78=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 78 (30.86% from 255 or 79.59% from 98); Max value from RGB is 78 - color contains mainly: blue. Hex color #03114E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03114E is #FCEEB1. Grayscale: #131313. Windows color (decimal): -16576178 or 5116163. OLE color: 5116163.

HSL color Cylindrical-coordinate representation of color #03114E: hue angle of 228.8º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03114E is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB31778-
CMYK0.960.7800.69
HSL228.8º92.59%15.88%-
HSV(B)228.8º96.15%30.59%-
XYZ1.610.977.31-
YUV19.77160.86116.04-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.06%
GREEN value IS 17 (7.03% from 255) = 17.35%
BLUE value IS 78 (30.86% from 255) = 79.59%
R=3.06%
G=17.35%
B=79.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal317780.960.7800.69228.892.5915.88
Hex3114E604E045e55d10
Octal321116140116010534513520
Binary11100011001110110000010011100100010111100101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03114E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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