Html Css Color HEX #021562 Sapphire

📋 copy color: '#021562'

red 2 ◦ green 21 ◦ blue 98

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

Shades of Sapphire #021562

Tints of Sapphire #021562

RGB

 RED value IS 2 (1.17% from 255) = 1.65%

 GREEN value IS 21 (8.59% from 255) = 17.36%

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

R = 1.65%
G = 17.36%
B = 80.99%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#021562 (or 0x021562) is known color: Sapphire. HEX triplet: 02, 15 and 62. RGB value is (2,21,98). Sum of RGB (Red+Green+Blue) = 2+21+98=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 98 (38.67% from 255 or 80.99% from 121); Max value from RGB is 98 - color contains mainly: blue. Hex color #021562 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021562 is #FDEA9D. Grayscale: #171717. Windows color (decimal): -16640670 or 6427906. OLE color: 6427906.

HSL color Cylindrical-coordinate representation of color #021562: hue angle of 228.12º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021562 is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 2 21 98 -
CMYK 0.98 0.79 0 0.62
HSL 228.13º 0.96% 0.2% -
HSV(B) 228.13º 0.98% 0.38% -
XYZ 2.5 1.43 11.7 -
YUV 24.1 169.71 112.24 -
System Red Green Blue C M Y K H S L
Decimal 2 21 98 0.98 0.79 0 0.62 228.13 0.96 0.2
Hex 2 15 62 62 4F 0 3E E4 60 14
Octal 2 25 142 142 117 0 76 344 140 24
Binary 10 10101 1100010 1100010 1001111 0 111110 11100100 1100000 10100

Color Harmonies of #021562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021562

Black with #021562

Text Example


Text Example

White with #021562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021562; }

 p { color: rgb(2,21,98); }

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

background-color css

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

 a { background-color: rgb(2,21,98); }

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

border-color css

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

 span { border-color: rgb(2,21,98); }

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