Html Css Color HEX #042379 Sapphire

📋 copy color: '#042379'

red 4 ◦ green 35 ◦ blue 121

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

Shades of Sapphire #042379

Tints of Sapphire #042379

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.88%

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

R = 2.5%
G = 21.88%
B = 75.63%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#042379 (or 0x042379) is known color: Sapphire. HEX triplet: 04, 23 and 79. RGB value is (4,35,121). Sum of RGB (Red+Green+Blue) = 4+35+121=160 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.5% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 121 (47.66% from 255 or 75.62% from 160); Max value from RGB is 121 - color contains mainly: blue. Hex color #042379 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042379 is #FBDC86. Grayscale: #232323. Windows color (decimal): -16505991 or 7938820. OLE color: 7938820.

HSL color Cylindrical-coordinate representation of color #042379: hue angle of 224.1º 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 #042379 is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 4 35 121 -
CMYK 0.97 0.71 0 0.53
HSL 224.1º 0.94% 0.25% -
HSV(B) 224.1º 0.97% 0.47% -
XYZ 4.1 2.61 18.38 -
YUV 35.54 176.23 105.51 -
System Red Green Blue C M Y K H S L
Decimal 4 35 121 0.97 0.71 0 0.53 224.1 0.94 0.25
Hex 4 23 79 61 47 0 35 E0 5E 19
Octal 4 43 171 141 107 0 65 340 136 31
Binary 100 100011 1111001 1100001 1000111 0 110101 11100000 1011110 11001

Color Harmonies of #042379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042379

Black with #042379

Text Example


Text Example

White with #042379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042379; }

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

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

background-color css

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

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

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

border-color css

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

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

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