Html Css Color HEX #021155 Sapphire

📋 copy color: '#021155'

red 2 ◦ green 17 ◦ blue 85

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

Shades of Sapphire #021155

Tints of Sapphire #021155

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.35%

 BLUE value IS 85 (33.59% from 255) = 81.73%

R = 1.92%
G = 16.35%
B = 81.73%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#021155 (or 0x021155) is known color: Sapphire. HEX triplet: 02, 11 and 55. RGB value is (2,17,85). Sum of RGB (Red+Green+Blue) = 2+17+85=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 85 (33.59% from 255 or 81.73% from 104); Max value from RGB is 85 - color contains mainly: blue. Hex color #021155 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021155 is #FDEEAA. Grayscale: #131313. Windows color (decimal): -16641707 or 5574914. OLE color: 5574914.

HSL color Cylindrical-coordinate representation of color #021155: hue angle of 229.16º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021155 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 17 85 -
CMYK 0.98 0.80 0 0.67
HSL 229.16º 0.95% 0.17% -
HSV(B) 229.16º 0.98% 0.33% -
XYZ 1.87 1.07 8.7 -
YUV 20.27 164.53 114.97 -
System Red Green Blue C M Y K H S L
Decimal 2 17 85 0.98 0.80 0 0.67 229.16 0.95 0.17
Hex 2 11 55 62 50 0 43 E5 5F 11
Octal 2 21 125 142 120 0 103 345 137 21
Binary 10 10001 1010101 1100010 1010000 0 1000011 11100101 1011111 10001

Color Harmonies of #021155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021155

Black with #021155

Text Example


Text Example

White with #021155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021155; }

 p { color: rgb(2,17,85); }

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

background-color css

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

 a { background-color: rgb(2,17,85); }

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

border-color css

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

 span { border-color: rgb(2,17,85); }

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