Html Css Color HEX #021551 Sapphire

📋 copy color: '#021551'

red 2 ◦ green 21 ◦ blue 81

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

Shades of Sapphire #021551

Tints of Sapphire #021551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 77.88%

R = 1.92%
G = 20.19%
B = 77.88%

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

#021551 (or 0x021551) is known color: Sapphire. HEX triplet: 02, 15 and 51. RGB value is (2,21,81). Sum of RGB (Red+Green+Blue) = 2+21+81=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 81 (32.03% from 255 or 77.88% from 104); Max value from RGB is 81 - color contains mainly: blue. Hex color #021551 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021551 is #FDEAAE. Grayscale: #151515. Windows color (decimal): -16640687 or 5313794. OLE color: 5313794.

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

Color convert

RGB 2 21 81 -
CMYK 0.98 0.74 0 0.68
HSL 225.57º 0.95% 0.16% -
HSV(B) 225.57º 0.98% 0.32% -
XYZ 1.78 1.14 7.91 -
YUV 22.16 161.21 113.62 -
System Red Green Blue C M Y K H S L
Decimal 2 21 81 0.98 0.74 0 0.68 225.57 0.95 0.16
Hex 2 15 51 62 4A 0 44 E2 5F 10
Octal 2 25 121 142 112 0 104 342 137 20
Binary 10 10101 1010001 1100010 1001010 0 1000100 11100010 1011111 10000

Color Harmonies of #021551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021551

Black with #021551

Text Example


Text Example

White with #021551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021551; }

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

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

background-color css

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

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

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

border-color css

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

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

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