#03175A

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

Shades of Sapphire #03175A

Tints of Sapphire #03175A

Color information

#03175A (or 0x03175A) is unknown color: approx Sapphire. HEX triplet: 03, 17 and 5A. RGB value is (3,23,90). Sum of RGB (Red+Green+Blue) = 3+23+90=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 90 (35.55% from 255 or 77.59% from 116); Max value from RGB is 90 - color contains mainly: blue. Hex color #03175A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03175A is #FCE8A5. Grayscale: #181818. Windows color (decimal): -16574630 or 5904131. OLE color: 5904131.

HSL color Cylindrical-coordinate representation of color #03175A: hue angle of 226.21º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03175A is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB32390-
CMYK0.970.7400.65
HSL226.21º93.55%18.24%-
HSV(B)226.21º96.67%35.29%-
XYZ2.191.379.82-
YUV24.66164.87112.55-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.59%
GREEN value IS 23 (9.38% from 255) = 19.83%
BLUE value IS 90 (35.55% from 255) = 77.59%
R=2.59%
G=19.83%
B=77.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal323900.970.7400.65226.2193.5518.24
Hex3175A614A041e25e12
Octal327132141112010134213622
Binary11101111011010110000110010100100000111100010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03175A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03175A; }

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

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

<style>
 a { background-color: #03175A; }

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

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

<style>
 span { border-color: #03175A; }

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

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