#03094F

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

Shades of Sapphire #03094F

Tints of Sapphire #03094F

Color information

#03094F (or 0x03094F) is unknown color: approx Sapphire. HEX triplet: 03, 09 and 4F. RGB value is (3,9,79). Sum of RGB (Red+Green+Blue) = 3+9+79=91 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.30% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 79 (31.25% from 255 or 86.81% from 91); Max value from RGB is 79 - color contains mainly: blue. Hex color #03094F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03094F is #FCF6B0. Grayscale: #0E0E0E. Windows color (decimal): -16578225 or 5179651. OLE color: 5179651.

HSL color Cylindrical-coordinate representation of color #03094F: hue angle of 235.26º 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 #03094F is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB3979-
CMYK0.960.8900.69
HSL235.26º92.68%16.08%-
HSV(B)235.26º96.2%30.98%-
XYZ1.550.787.47-
YUV15.19164.01119.31-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.30%
GREEN value IS 9 (3.91% from 255) = 9.89%
BLUE value IS 79 (31.25% from 255) = 86.81%
R=3.30%
G=9.89%
B=86.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal39790.960.8900.69235.2692.6816.08
Hex394F6059045eb5d10
Octal311117140131010535313520
Binary1110011001111110000010110010100010111101011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03094F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03094F; }

 p { color: rgb(3,9,79); }

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

<style>
 a { background-color: #03094F; }

 a { background-color: rgb(3,9,79); }

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

<style>
 span { border-color: #03094F; }

 span { border-color: rgb(3,9,79); }

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