Html Css Color HEX #042182 Sapphire

📋 copy color: '#042182'

red 4 ◦ green 33 ◦ blue 130

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

Shades of Sapphire #042182

Tints of Sapphire #042182

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.76%

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

R = 2.4%
G = 19.76%
B = 77.84%

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

#042182 (or 0x042182) is known color: Sapphire. HEX triplet: 04, 21 and 82. RGB value is (4,33,130). Sum of RGB (Red+Green+Blue) = 4+33+130=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 130 (51.17% from 255 or 77.84% from 167); Max value from RGB is 130 - color contains mainly: blue. Hex color #042182 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042182 is #FBDE7D. Grayscale: #222222. Windows color (decimal): -16506494 or 8528132. OLE color: 8528132.

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

Color convert

RGB 4 33 130 -
CMYK 0.97 0.75 0 0.49
HSL 226.19º 0.94% 0.26% -
HSV(B) 226.19º 0.97% 0.51% -
XYZ 4.62 2.73 21.4 -
YUV 35.39 181.39 105.61 -
System Red Green Blue C M Y K H S L
Decimal 4 33 130 0.97 0.75 0 0.49 226.19 0.94 0.26
Hex 4 21 82 61 4B 0 31 E2 5E 1A
Octal 4 41 202 141 113 0 61 342 136 32
Binary 100 100001 10000010 1100001 1001011 0 110001 11100010 1011110 11010

Color Harmonies of #042182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042182

Black with #042182

Text Example


Text Example

White with #042182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042182; }

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

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

background-color css

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

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

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

border-color css

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

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

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