Html Css Color HEX #021552 Sapphire

📋 copy color: '#021552'

red 2 ◦ green 21 ◦ blue 82

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

Shades of Sapphire #021552

Tints of Sapphire #021552

RGB

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

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

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

R = 1.9%
G = 20%
B = 78.1%

CMYK

 C value IS 0.98

 M value IS 0.74

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#021552 (or 0x021552) is known color: Sapphire. HEX triplet: 02, 15 and 52. RGB value is (2,21,82). Sum of RGB (Red+Green+Blue) = 2+21+82=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 21 (8.59% from 255 or 20% from 105); Blue value is 82 (32.42% from 255 or 78.10% from 105); Max value from RGB is 82 - color contains mainly: blue. Hex color #021552 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021552 is #FDEAAD. Grayscale: #161616. Windows color (decimal): -16640686 or 5379330. OLE color: 5379330.

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

Color convert

RGB 2 21 82 -
CMYK 0.98 0.74 0 0.68
HSL 225.75º 0.95% 0.16% -
HSV(B) 225.75º 0.98% 0.32% -
XYZ 1.82 1.16 8.11 -
YUV 22.27 161.71 113.54 -
System Red Green Blue C M Y K H S L
Decimal 2 21 82 0.98 0.74 0 0.68 225.75 0.95 0.16
Hex 2 15 52 62 4A 0 44 E2 5F 10
Octal 2 25 122 142 112 0 104 342 137 20
Binary 10 10101 1010010 1100010 1001010 0 1000100 11100010 1011111 10000

Color Harmonies of #021552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021552

Black with #021552

Text Example


Text Example

White with #021552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021552; }

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

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

background-color css

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

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

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

border-color css

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

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

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