Html Css Color HEX #042079 Sapphire

📋 copy color: '#042079'

red 4 ◦ green 32 ◦ blue 121

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

Shades of Sapphire #042079

Tints of Sapphire #042079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 77.07%

R = 2.55%
G = 20.38%
B = 77.07%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#042079 (or 0x042079) is known color: Sapphire. HEX triplet: 04, 20 and 79. RGB value is (4,32,121). Sum of RGB (Red+Green+Blue) = 4+32+121=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 121 (47.66% from 255 or 77.07% from 157); Max value from RGB is 121 - color contains mainly: blue. Hex color #042079 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042079 is #FBDF86. Grayscale: #212121. Windows color (decimal): -16506759 or 7938052. OLE color: 7938052.

HSL color Cylindrical-coordinate representation of color #042079: hue angle of 225.64º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042079 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 4 32 121 -
CMYK 0.97 0.74 0 0.53
HSL 225.64º 0.94% 0.25% -
HSV(B) 225.64º 0.97% 0.47% -
XYZ 4.02 2.44 18.35 -
YUV 33.77 177.22 106.76 -
System Red Green Blue C M Y K H S L
Decimal 4 32 121 0.97 0.74 0 0.53 225.64 0.94 0.25
Hex 4 20 79 61 4A 0 35 E2 5E 19
Octal 4 40 171 141 112 0 65 342 136 31
Binary 100 100000 1111001 1100001 1001010 0 110101 11100010 1011110 11001

Color Harmonies of #042079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042079

Black with #042079

Text Example


Text Example

White with #042079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042079; }

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

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

background-color css

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

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

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

border-color css

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

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

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