Html Css Color HEX #002162 Sapphire

📋 copy color: '#002162'

red 0 ◦ green 33 ◦ blue 98

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

Shades of Sapphire #002162

Tints of Sapphire #002162

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 25.19%
B = 74.81%

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#002162 (or 0x002162) is known color: Sapphire. HEX triplet: 00, 21 and 62. RGB value is (0,33,98). Sum of RGB (Red+Green+Blue) = 0+33+98=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 98 (38.67% from 255 or 74.81% from 131); Max value from RGB is 98 - color contains mainly: blue. Hex color #002162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002162 is #FFDE9D. Grayscale: #1E1E1E. Windows color (decimal): -16768670 or 6430976. OLE color: 6430976.

HSL color Cylindrical-coordinate representation of color #002162: hue angle of 219.8º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002162 is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 33 98 -
CMYK 1 0.66 0 0.62
HSL 219.8º 1% 0.19% -
HSV(B) 219.8º 1% 0.38% -
XYZ 2.75 1.97 11.79 -
YUV 30.54 166.07 106.21 -
System Red Green Blue C M Y K H S L
Decimal 0 33 98 1 0.66 0 0.62 219.8 1 0.19
Hex 0 21 62 64 42 0 3E DC 64 13
Octal 0 41 142 144 102 0 76 334 144 23
Binary 0 100001 1100010 1100100 1000010 0 111110 11011100 1100100 10011

Color Harmonies of #002162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002162

Black with #002162

Text Example


Text Example

White with #002162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002162; }

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

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

background-color css

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

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

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

border-color css

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

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

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