Html Css Color HEX #021062 Sapphire

📋 copy color: '#021062'

red 2 ◦ green 16 ◦ blue 98

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

Shades of Sapphire #021062

Tints of Sapphire #021062

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.79%

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

R = 1.72%
G = 13.79%
B = 84.48%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#021062 (or 0x021062) is known color: Sapphire. HEX triplet: 02, 10 and 62. RGB value is (2,16,98). Sum of RGB (Red+Green+Blue) = 2+16+98=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 98 (38.67% from 255 or 84.48% from 116); Max value from RGB is 98 - color contains mainly: blue. Hex color #021062 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021062 is #FDEF9D. Grayscale: #141414. Windows color (decimal): -16641950 or 6426626. OLE color: 6426626.

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

Color convert

RGB 2 16 98 -
CMYK 0.98 0.84 0 0.62
HSL 231.25º 0.96% 0.2% -
HSV(B) 231.25º 0.98% 0.38% -
XYZ 2.41 1.27 11.67 -
YUV 21.16 171.36 114.33 -
System Red Green Blue C M Y K H S L
Decimal 2 16 98 0.98 0.84 0 0.62 231.25 0.96 0.2
Hex 2 10 62 62 54 0 3E E7 60 14
Octal 2 20 142 142 124 0 76 347 140 24
Binary 10 10000 1100010 1100010 1010100 0 111110 11100111 1100000 10100

Color Harmonies of #021062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021062

Black with #021062

Text Example


Text Example

White with #021062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021062; }

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

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

background-color css

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

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

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

border-color css

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

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

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