Html Css Color HEX #021152 Sapphire

📋 copy color: '#021152'

red 2 ◦ green 17 ◦ blue 82

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

Shades of Sapphire #021152

Tints of Sapphire #021152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 81.19%

R = 1.98%
G = 16.83%
B = 81.19%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#021152 (or 0x021152) is known color: Sapphire. HEX triplet: 02, 11 and 52. RGB value is (2,17,82). Sum of RGB (Red+Green+Blue) = 2+17+82=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 17 (7.03% from 255 or 16.83% from 101); Blue value is 82 (32.42% from 255 or 81.19% from 101); Max value from RGB is 82 - color contains mainly: blue. Hex color #021152 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021152 is #FDEEAD. Grayscale: #131313. Windows color (decimal): -16641710 or 5378306. OLE color: 5378306.

HSL color Cylindrical-coordinate representation of color #021152: hue angle of 228.75º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021152 is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 2 17 82 -
CMYK 0.98 0.79 0 0.68
HSL 228.75º 0.95% 0.16% -
HSV(B) 228.75º 0.98% 0.32% -
XYZ 1.75 1.02 8.09 -
YUV 19.93 163.03 115.21 -
System Red Green Blue C M Y K H S L
Decimal 2 17 82 0.98 0.79 0 0.68 228.75 0.95 0.16
Hex 2 11 52 62 4F 0 44 E5 5F 10
Octal 2 21 122 142 117 0 104 345 137 20
Binary 10 10001 1010010 1100010 1001111 0 1000100 11100101 1011111 10000

Color Harmonies of #021152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021152

Black with #021152

Text Example


Text Example

White with #021152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021152; }

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

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

background-color css

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

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

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

border-color css

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

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

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