Html Css Color HEX #042070 Sapphire

📋 copy color: '#042070'

red 4 ◦ green 32 ◦ blue 112

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

Shades of Sapphire #042070

Tints of Sapphire #042070

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.62%

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

R = 2.7%
G = 21.62%
B = 75.68%

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

#042070 (or 0x042070) is known color: Sapphire. HEX triplet: 04, 20 and 70. RGB value is (4,32,112). Sum of RGB (Red+Green+Blue) = 4+32+112=148 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.70% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 112 (44.14% from 255 or 75.68% from 148); Max value from RGB is 112 - color contains mainly: blue. Hex color #042070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042070 is #FBDF8F. Grayscale: #202020. Windows color (decimal): -16506768 or 7348228. OLE color: 7348228.

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

Color convert

RGB 4 32 112 -
CMYK 0.96 0.71 0 0.56
HSL 224.44º 0.93% 0.23% -
HSV(B) 224.44º 0.96% 0.44% -
XYZ 3.49 2.23 15.58 -
YUV 32.75 172.72 107.5 -
System Red Green Blue C M Y K H S L
Decimal 4 32 112 0.96 0.71 0 0.56 224.44 0.93 0.23
Hex 4 20 70 60 47 0 38 E0 5D 17
Octal 4 40 160 140 107 0 70 340 135 27
Binary 100 100000 1110000 1100000 1000111 0 111000 11100000 1011101 10111

Color Harmonies of #042070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042070

Black with #042070

Text Example


Text Example

White with #042070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042070; }

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

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

background-color css

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

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

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

border-color css

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

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

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