Html Css Color HEX #042060 Sapphire

📋 copy color: '#042060'

red 4 ◦ green 32 ◦ blue 96

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

Shades of Sapphire #042060

Tints of Sapphire #042060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 72.73%

R = 3.03%
G = 24.24%
B = 72.73%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#042060 (or 0x042060) is known color: Sapphire. HEX triplet: 04, 20 and 60. RGB value is (4,32,96). Sum of RGB (Red+Green+Blue) = 4+32+96=132 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.03% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 96 (37.89% from 255 or 72.73% from 132); Max value from RGB is 96 - color contains mainly: blue. Hex color #042060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042060 is #FBDF9F. Grayscale: #1E1E1E. Windows color (decimal): -16506784 or 6299652. OLE color: 6299652.

HSL color Cylindrical-coordinate representation of color #042060: hue angle of 221.74º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042060 is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 32 96 -
CMYK 0.96 0.67 0 0.62
HSL 221.74º 0.92% 0.2% -
HSV(B) 221.74º 0.96% 0.38% -
XYZ 2.68 1.9 11.29 -
YUV 30.92 164.72 108.8 -
System Red Green Blue C M Y K H S L
Decimal 4 32 96 0.96 0.67 0 0.62 221.74 0.92 0.2
Hex 4 20 60 60 43 0 3E DE 5C 14
Octal 4 40 140 140 103 0 76 336 134 24
Binary 100 100000 1100000 1100000 1000011 0 111110 11011110 1011100 10100

Color Harmonies of #042060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042060

Black with #042060

Text Example


Text Example

White with #042060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042060; }

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

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

background-color css

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

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

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

border-color css

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

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

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