Html Css Color HEX #042082 Sapphire

📋 copy color: '#042082'

red 4 ◦ green 32 ◦ blue 130

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

Shades of Sapphire #042082

Tints of Sapphire #042082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 78.31%

R = 2.41%
G = 19.28%
B = 78.31%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#042082 (or 0x042082) is known color: Sapphire. HEX triplet: 04, 20 and 82. RGB value is (4,32,130). Sum of RGB (Red+Green+Blue) = 4+32+130=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 130 (51.17% from 255 or 78.31% from 166); Max value from RGB is 130 - color contains mainly: blue. Hex color #042082 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042082 is #FBDF7D. Grayscale: #222222. Windows color (decimal): -16506750 or 8527876. OLE color: 8527876.

HSL color Cylindrical-coordinate representation of color #042082: hue angle of 226.67º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042082 is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 4 32 130 -
CMYK 0.97 0.75 0 0.49
HSL 226.67º 0.94% 0.26% -
HSV(B) 226.67º 0.97% 0.51% -
XYZ 4.6 2.67 21.39 -
YUV 34.8 181.72 106.03 -
System Red Green Blue C M Y K H S L
Decimal 4 32 130 0.97 0.75 0 0.49 226.67 0.94 0.26
Hex 4 20 82 61 4B 0 31 E3 5E 1A
Octal 4 40 202 141 113 0 61 343 136 32
Binary 100 100000 10000010 1100001 1001011 0 110001 11100011 1011110 11010

Color Harmonies of #042082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042082

Black with #042082

Text Example


Text Example

White with #042082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042082; }

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

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

background-color css

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

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

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

border-color css

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

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

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