Html Css Color HEX #042570 Sapphire

📋 copy color: '#042570'

red 4 ◦ green 37 ◦ blue 112

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

Shades of Sapphire #042570

Tints of Sapphire #042570

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.18%

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

R = 2.61%
G = 24.18%
B = 73.2%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#042570 (or 0x042570) is known color: Sapphire. HEX triplet: 04, 25 and 70. RGB value is (4,37,112). Sum of RGB (Red+Green+Blue) = 4+37+112=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 112 (44.14% from 255 or 73.20% from 153); Max value from RGB is 112 - color contains mainly: blue. Hex color #042570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042570 is #FBDA8F. Grayscale: #232323. Windows color (decimal): -16505488 or 7349508. OLE color: 7349508.

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

Color convert

RGB 4 37 112 -
CMYK 0.96 0.67 0 0.56
HSL 221.67º 0.93% 0.23% -
HSV(B) 221.67º 0.96% 0.44% -
XYZ 3.64 2.52 15.62 -
YUV 35.68 171.07 105.4 -
System Red Green Blue C M Y K H S L
Decimal 4 37 112 0.96 0.67 0 0.56 221.67 0.93 0.23
Hex 4 25 70 60 43 0 38 DE 5D 17
Octal 4 45 160 140 103 0 70 336 135 27
Binary 100 100101 1110000 1100000 1000011 0 111000 11011110 1011101 10111

Color Harmonies of #042570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042570

Black with #042570

Text Example


Text Example

White with #042570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042570; }

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

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

background-color css

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

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

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

border-color css

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

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

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