Html Css Color HEX #042170 Sapphire

📋 copy color: '#042170'

red 4 ◦ green 33 ◦ blue 112

#042170
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #042170

Tints of Sapphire #042170

RGB

 RED value IS 4 (1.95% from 255) = 2.68%

 GREEN value IS 33 (13.28% from 255) = 22.15%

 BLUE value IS 112 (44.14% from 255) = 75.17%

R = 2.68%
G = 22.15%
B = 75.17%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#042170 (or 0x042170) is known color: Sapphire. HEX triplet: 04, 21 and 70. RGB value is (4,33,112). Sum of RGB (Red+Green+Blue) = 4+33+112=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 112 (44.14% from 255 or 75.17% from 149); Max value from RGB is 112 - color contains mainly: blue. Hex color #042170 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042170 is #FBDE8F. Grayscale: #202020. Windows color (decimal): -16506512 or 7348484. OLE color: 7348484.

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

Color convert

RGB 4 33 112 -
CMYK 0.96 0.71 0 0.56
HSL 223.89º 0.93% 0.23% -
HSV(B) 223.89º 0.96% 0.44% -
XYZ 3.52 2.28 15.58 -
YUV 33.34 172.39 107.08 -
System Red Green Blue C M Y K H S L
Decimal 4 33 112 0.96 0.71 0 0.56 223.89 0.93 0.23
Hex 4 21 70 60 47 0 38 E0 5D 17
Octal 4 41 160 140 107 0 70 340 135 27
Binary 100 100001 1110000 1100000 1000111 0 111000 11100000 1011101 10111

Color Harmonies of #042170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042170

Black with #042170

Text Example


Text Example

White with #042170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042170; }

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

 H1.HeaderClassName
 {
   color: #042170;
 }
 .AnyTagClassName
 {
   color: #042170;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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