#042372

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

Shades of Sapphire #042372

Tints of Sapphire #042372

Color information

#042372 (or 0x042372) is unknown color: approx Sapphire. HEX triplet: 04, 23 and 72. RGB value is (4,35,114). Sum of RGB (Red+Green+Blue) = 4+35+114=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 114 (44.92% from 255 or 74.51% from 153); Max value from RGB is 114 - color contains mainly: blue. Hex color #042372 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042372 is #FBDC8D. Grayscale: #222222. Windows color (decimal): -16505998 or 7480068. OLE color: 7480068.

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

Color convert

RGB435114-
CMYK0.960.6900.55
HSL223.09º93.22%23.14%-
HSV(B)223.09º96.49%44.71%-
XYZ3.692.4416.2-
YUV34.74172.73106.08-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.61%
GREEN value IS 35 (14.06% from 255) = 22.88%
BLUE value IS 114 (44.92% from 255) = 74.51%
R=2.61%
G=22.88%
B=74.51%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4351140.960.6900.55223.0993.2223.14
Hex423726045037df5d17
Octal44316214010506733713527
Binary100100011111001011000001000101011011111011111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042372; }

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

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

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

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

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

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

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

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