Html Css Color HEX #042970 Sapphire

📋 copy color: '#042970'

red 4 ◦ green 41 ◦ blue 112

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

Shades of Sapphire #042970

Tints of Sapphire #042970

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.11%

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

R = 2.55%
G = 26.11%
B = 71.34%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#042970 (or 0x042970) is known color: Sapphire. HEX triplet: 04, 29 and 70. RGB value is (4,41,112). Sum of RGB (Red+Green+Blue) = 4+41+112=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 112 (44.14% from 255 or 71.34% from 157); Max value from RGB is 112 - color contains mainly: blue. Hex color #042970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042970 is #FBD68F. Grayscale: #252525. Windows color (decimal): -16504464 or 7350532. OLE color: 7350532.

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

Color convert

RGB 4 41 112 -
CMYK 0.96 0.63 0 0.56
HSL 219.44º 0.93% 0.23% -
HSV(B) 219.44º 0.96% 0.44% -
XYZ 3.77 2.78 15.67 -
YUV 38.03 169.74 103.73 -
System Red Green Blue C M Y K H S L
Decimal 4 41 112 0.96 0.63 0 0.56 219.44 0.93 0.23
Hex 4 29 70 60 3F 0 38 DB 5D 17
Octal 4 51 160 140 77 0 70 333 135 27
Binary 100 101001 1110000 1100000 111111 0 111000 11011011 1011101 10111

Color Harmonies of #042970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042970

Black with #042970

Text Example


Text Example

White with #042970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042970; }

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

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

background-color css

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

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

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

border-color css

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

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

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