Html Css Color HEX #021052 Sapphire

📋 copy color: '#021052'

red 2 ◦ green 16 ◦ blue 82

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

Shades of Sapphire #021052

Tints of Sapphire #021052

RGB

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

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

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

R = 2%
G = 16%
B = 82%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#021052 (or 0x021052) is known color: Sapphire. HEX triplet: 02, 10 and 52. RGB value is (2,16,82). Sum of RGB (Red+Green+Blue) = 2+16+82=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 16 (6.64% from 255 or 16% from 100); Blue value is 82 (32.42% from 255 or 82% from 100); Max value from RGB is 82 - color contains mainly: blue. Hex color #021052 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021052 is #FDEFAD. Grayscale: #131313. Windows color (decimal): -16641966 or 5378050. OLE color: 5378050.

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

Color convert

RGB 2 16 82 -
CMYK 0.98 0.80 0 0.68
HSL 229.5º 0.95% 0.16% -
HSV(B) 229.5º 0.98% 0.32% -
XYZ 1.73 0.99 8.08 -
YUV 19.34 163.36 115.63 -
System Red Green Blue C M Y K H S L
Decimal 2 16 82 0.98 0.80 0 0.68 229.5 0.95 0.16
Hex 2 10 52 62 50 0 44 E6 5F 10
Octal 2 20 122 142 120 0 104 346 137 20
Binary 10 10000 1010010 1100010 1010000 0 1000100 11100110 1011111 10000

Color Harmonies of #021052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021052

Black with #021052

Text Example


Text Example

White with #021052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021052; }

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

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

background-color css

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

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

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

border-color css

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

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

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