Html Css Color HEX #042062 Sapphire

📋 copy color: '#042062'

red 4 ◦ green 32 ◦ blue 98

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

Shades of Sapphire #042062

Tints of Sapphire #042062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 73.13%

R = 2.99%
G = 23.88%
B = 73.13%

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

#042062 (or 0x042062) is known color: Sapphire. HEX triplet: 04, 20 and 62. RGB value is (4,32,98). Sum of RGB (Red+Green+Blue) = 4+32+98=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 98 (38.67% from 255 or 73.13% from 134); Max value from RGB is 98 - color contains mainly: blue. Hex color #042062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042062 is #FBDF9D. Grayscale: #1E1E1E. Windows color (decimal): -16506782 or 6430724. OLE color: 6430724.

HSL color Cylindrical-coordinate representation of color #042062: hue angle of 222.13º 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 #042062 is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 32 98 -
CMYK 0.96 0.67 0 0.62
HSL 222.13º 0.92% 0.2% -
HSV(B) 222.13º 0.96% 0.38% -
XYZ 2.77 1.94 11.78 -
YUV 31.15 165.72 108.63 -
System Red Green Blue C M Y K H S L
Decimal 4 32 98 0.96 0.67 0 0.62 222.13 0.92 0.2
Hex 4 20 62 60 43 0 3E DE 5C 14
Octal 4 40 142 140 103 0 76 336 134 24
Binary 100 100000 1100010 1100000 1000011 0 111110 11011110 1011100 10100

Color Harmonies of #042062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042062

Black with #042062

Text Example


Text Example

White with #042062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042062; }

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

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

background-color css

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

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

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

border-color css

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

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

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