Html Css Color HEX #042A70 Sapphire

📋 copy color: '#042A70'

red 4 ◦ green 42 ◦ blue 112

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

Shades of Sapphire #042A70

Tints of Sapphire #042A70

RGB

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

 GREEN value IS 42 (16.8% from 255) = 26.58%

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

R = 2.53%
G = 26.58%
B = 70.89%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#042A70 (or 0x042A70) is known color: Sapphire. HEX triplet: 04, 2A and 70. RGB value is (4,42,112). Sum of RGB (Red+Green+Blue) = 4+42+112=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 42 (16.80% from 255 or 26.58% from 158); Blue value is 112 (44.14% from 255 or 70.89% from 158); Max value from RGB is 112 - color contains mainly: blue. Hex color #042A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042A70 is #FBD58F. Grayscale: #262626. Windows color (decimal): -16504208 or 7350788. OLE color: 7350788.

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

Color convert

RGB 4 42 112 -
CMYK 0.96 0.62 0 0.56
HSL 218.89º 0.93% 0.23% -
HSV(B) 218.89º 0.96% 0.44% -
XYZ 3.8 2.85 15.68 -
YUV 38.62 169.41 103.31 -
System Red Green Blue C M Y K H S L
Decimal 4 42 112 0.96 0.62 0 0.56 218.89 0.93 0.23
Hex 4 2A 70 60 3E 0 38 DB 5D 17
Octal 4 52 160 140 76 0 70 333 135 27
Binary 100 101010 1110000 1100000 111110 0 111000 11011011 1011101 10111

Color Harmonies of #042A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042A70

Black with #042A70

Text Example


Text Example

White with #042A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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