Html Css Color HEX #042162 Sapphire

📋 copy color: '#042162'

red 4 ◦ green 33 ◦ blue 98

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

Shades of Sapphire #042162

Tints of Sapphire #042162

RGB

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

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

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

R = 2.96%
G = 24.44%
B = 72.59%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#042162 (or 0x042162) is known color: Sapphire. HEX triplet: 04, 21 and 62. RGB value is (4,33,98). Sum of RGB (Red+Green+Blue) = 4+33+98=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 98 (38.67% from 255 or 72.59% from 135); Max value from RGB is 98 - color contains mainly: blue. Hex color #042162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042162 is #FBDE9D. Grayscale: #1F1F1F. Windows color (decimal): -16506526 or 6430980. OLE color: 6430980.

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

Color convert

RGB 4 33 98 -
CMYK 0.96 0.66 0 0.62
HSL 221.49º 0.92% 0.2% -
HSV(B) 221.49º 0.96% 0.38% -
XYZ 2.8 2 11.79 -
YUV 31.74 165.39 108.21 -
System Red Green Blue C M Y K H S L
Decimal 4 33 98 0.96 0.66 0 0.62 221.49 0.92 0.2
Hex 4 21 62 60 42 0 3E DD 5C 14
Octal 4 41 142 140 102 0 76 335 134 24
Binary 100 100001 1100010 1100000 1000010 0 111110 11011101 1011100 10100

Color Harmonies of #042162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042162

Black with #042162

Text Example


Text Example

White with #042162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042162; }

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

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

background-color css

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

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

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

border-color css

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

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

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