Html Css Color HEX #042870 Sapphire

📋 copy color: '#042870'

red 4 ◦ green 40 ◦ blue 112

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

Shades of Sapphire #042870

Tints of Sapphire #042870

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.64%

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

R = 2.56%
G = 25.64%
B = 71.79%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#042870 (or 0x042870) is known color: Sapphire. HEX triplet: 04, 28 and 70. RGB value is (4,40,112). Sum of RGB (Red+Green+Blue) = 4+40+112=156 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.56% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 112 (44.14% from 255 or 71.79% from 156); Max value from RGB is 112 - color contains mainly: blue. Hex color #042870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042870 is #FBD78F. Grayscale: #252525. Windows color (decimal): -16504720 or 7350276. OLE color: 7350276.

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

Color convert

RGB 4 40 112 -
CMYK 0.96 0.64 0 0.56
HSL 220º 0.93% 0.23% -
HSV(B) 220º 0.96% 0.44% -
XYZ 3.73 2.71 15.66 -
YUV 37.44 170.07 104.15 -
System Red Green Blue C M Y K H S L
Decimal 4 40 112 0.96 0.64 0 0.56 220 0.93 0.23
Hex 4 28 70 60 40 0 38 DC 5D 17
Octal 4 50 160 140 100 0 70 334 135 27
Binary 100 101000 1110000 1100000 1000000 0 111000 11011100 1011101 10111

Color Harmonies of #042870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042870

Black with #042870

Text Example


Text Example

White with #042870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042870; }

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

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

background-color css

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

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

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

border-color css

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

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

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