#042174

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

Shades of Sapphire #042174

Tints of Sapphire #042174

Color information

#042174 (or 0x042174) is unknown color: approx Sapphire. HEX triplet: 04, 21 and 74. RGB value is (4,33,116). Sum of RGB (Red+Green+Blue) = 4+33+116=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 116 (45.70% from 255 or 75.82% from 153); Max value from RGB is 116 - color contains mainly: blue. Hex color #042174 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042174 is #FBDE8B. Grayscale: #212121. Windows color (decimal): -16506508 or 7610628. OLE color: 7610628.

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

Color convert

RGB433116-
CMYK0.970.7200.55
HSL224.46º93.33%23.53%-
HSV(B)224.46º96.55%45.49%-
XYZ3.752.3716.78-
YUV33.79174.39106.75-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.61%
GREEN value IS 33 (13.28% from 255) = 21.57%
BLUE value IS 116 (45.70% from 255) = 75.82%
R=2.61%
G=21.57%
B=75.82%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4331160.970.7200.55224.4693.3323.53
Hex421746148037e05d18
Octal44116414111006734013530
Binary100100001111010011000011001000011011111100000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042174; }

 p { color: rgb(4,33,116); }

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

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

 a { background-color: rgb(4,33,116); }

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

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

 span { border-color: rgb(4,33,116); }

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