#042370

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

Shades of Sapphire #042370

Tints of Sapphire #042370

Color information

#042370 (or 0x042370) is unknown color: approx Sapphire. HEX triplet: 04, 23 and 70. RGB value is (4,35,112). Sum of RGB (Red+Green+Blue) = 4+35+112=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 112 (44.14% from 255 or 74.17% from 151); Max value from RGB is 112 - color contains mainly: blue. Hex color #042370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042370 is #FBDC8F. Grayscale: #222222. Windows color (decimal): -16506000 or 7348996. OLE color: 7348996.

HSL color Cylindrical-coordinate representation of color #042370: hue angle of 222.78º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042370 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB435112-
CMYK0.960.6900.56
HSL222.78º93.1%22.75%-
HSV(B)222.78º96.43%43.92%-
XYZ3.582.415.6-
YUV34.51171.73106.24-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.65%
GREEN value IS 35 (14.06% from 255) = 23.18%
BLUE value IS 112 (44.14% from 255) = 74.17%
R=2.65%
G=23.18%
B=74.17%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4351120.960.6900.56222.7893.122.75
Hex423706045038df5d17
Octal44316014010507033713527
Binary100100011111000011000001000101011100011011111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042370; }

 p { color: rgb(4,35,112); }

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

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

 a { background-color: rgb(4,35,112); }

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

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

 span { border-color: rgb(4,35,112); }

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