#03174F

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

Shades of Sapphire #03174F

Tints of Sapphire #03174F

Color information

#03174F (or 0x03174F) is unknown color: approx Sapphire. HEX triplet: 03, 17 and 4F. RGB value is (3,23,79). Sum of RGB (Red+Green+Blue) = 3+23+79=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 23 (9.38% from 255 or 21.90% from 105); Blue value is 79 (31.25% from 255 or 75.24% from 105); Max value from RGB is 79 - color contains mainly: blue. Hex color #03174F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03174F is #FCE8B0. Grayscale: #171717. Windows color (decimal): -16574641 or 5183235. OLE color: 5183235.

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

Color convert

RGB32379-
CMYK0.960.7100.69
HSL224.21º92.68%16.08%-
HSV(B)224.21º96.2%30.98%-
XYZ1.761.27.54-
YUV23.4159.37113.45-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.86%
GREEN value IS 23 (9.38% from 255) = 21.90%
BLUE value IS 79 (31.25% from 255) = 75.24%
R=2.86%
G=21.90%
B=75.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal323790.960.7100.69224.2192.6816.08
Hex3174F6047045e05d10
Octal327117140107010534013520
Binary11101111001111110000010001110100010111100000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03174F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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