Html Css Color HEX #042076 Sapphire

📋 copy color: '#042076'

red 4 ◦ green 32 ◦ blue 118

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

Shades of Sapphire #042076

Tints of Sapphire #042076

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.78%

 BLUE value IS 118 (46.48% from 255) = 76.62%

R = 2.6%
G = 20.78%
B = 76.62%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#042076 (or 0x042076) is known color: Sapphire. HEX triplet: 04, 20 and 76. RGB value is (4,32,118). Sum of RGB (Red+Green+Blue) = 4+32+118=154 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.60% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 118 (46.48% from 255 or 76.62% from 154); Max value from RGB is 118 - color contains mainly: blue. Hex color #042076 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042076 is #FBDF89. Grayscale: #212121. Windows color (decimal): -16506762 or 7741444. OLE color: 7741444.

HSL color Cylindrical-coordinate representation of color #042076: hue angle of 225.26º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042076 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 32 118 -
CMYK 0.97 0.73 0 0.54
HSL 225.26º 0.93% 0.24% -
HSV(B) 225.26º 0.97% 0.46% -
XYZ 3.84 2.37 17.39 -
YUV 33.43 175.72 107.01 -
System Red Green Blue C M Y K H S L
Decimal 4 32 118 0.97 0.73 0 0.54 225.26 0.93 0.24
Hex 4 20 76 61 49 0 36 E1 5D 18
Octal 4 40 166 141 111 0 66 341 135 30
Binary 100 100000 1110110 1100001 1001001 0 110110 11100001 1011101 11000

Color Harmonies of #042076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042076

Black with #042076

Text Example


Text Example

White with #042076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042076; }

 p { color: rgb(4,32,118); }

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

background-color css

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

 a { background-color: rgb(4,32,118); }

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

border-color css

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

 span { border-color: rgb(4,32,118); }

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