Html Css Color HEX #042770 Sapphire

📋 copy color: '#042770'

red 4 ◦ green 39 ◦ blue 112

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

Shades of Sapphire #042770

Tints of Sapphire #042770

RGB

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

 GREEN value IS 39 (15.63% from 255) = 25.16%

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

R = 2.58%
G = 25.16%
B = 72.26%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#042770 (or 0x042770) is known color: Sapphire. HEX triplet: 04, 27 and 70. RGB value is (4,39,112). Sum of RGB (Red+Green+Blue) = 4+39+112=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 112 (44.14% from 255 or 72.26% from 155); Max value from RGB is 112 - color contains mainly: blue. Hex color #042770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042770 is #FBD88F. Grayscale: #242424. Windows color (decimal): -16504976 or 7350020. OLE color: 7350020.

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

Color convert

RGB 4 39 112 -
CMYK 0.96 0.65 0 0.56
HSL 220.56º 0.93% 0.23% -
HSV(B) 220.56º 0.96% 0.44% -
XYZ 3.7 2.65 15.65 -
YUV 36.86 170.4 104.56 -
System Red Green Blue C M Y K H S L
Decimal 4 39 112 0.96 0.65 0 0.56 220.56 0.93 0.23
Hex 4 27 70 60 41 0 38 DD 5D 17
Octal 4 47 160 140 101 0 70 335 135 27
Binary 100 100111 1110000 1100000 1000001 0 111000 11011101 1011101 10111

Color Harmonies of #042770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042770

Black with #042770

Text Example


Text Example

White with #042770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042770; }

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

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

background-color css

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

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

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

border-color css

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

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

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