Html Css Color HEX #042059 Sapphire

📋 copy color: '#042059'

red 4 ◦ green 32 ◦ blue 89

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

Shades of Sapphire #042059

Tints of Sapphire #042059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 71.2%

R = 3.2%
G = 25.6%
B = 71.2%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#042059 (or 0x042059) is known color: Sapphire. HEX triplet: 04, 20 and 59. RGB value is (4,32,89). Sum of RGB (Red+Green+Blue) = 4+32+89=125 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.2% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 89 (35.16% from 255 or 71.2% from 125); Max value from RGB is 89 - color contains mainly: blue. Hex color #042059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042059 is #FBDFA6. Grayscale: #1D1D1D. Windows color (decimal): -16506791 or 5840900. OLE color: 5840900.

HSL color Cylindrical-coordinate representation of color #042059: hue angle of 220.24º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042059 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 32 89 -
CMYK 0.96 0.64 0 0.65
HSL 220.24º 0.91% 0.18% -
HSV(B) 220.24º 0.96% 0.35% -
XYZ 2.37 1.78 9.67 -
YUV 30.13 161.22 109.37 -
System Red Green Blue C M Y K H S L
Decimal 4 32 89 0.96 0.64 0 0.65 220.24 0.91 0.18
Hex 4 20 59 60 40 0 41 DC 5B 12
Octal 4 40 131 140 100 0 101 334 133 22
Binary 100 100000 1011001 1100000 1000000 0 1000001 11011100 1011011 10010

Color Harmonies of #042059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042059

Black with #042059

Text Example


Text Example

White with #042059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042059; }

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

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

background-color css

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

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

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

border-color css

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

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

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