Html Css Color HEX #021553 Sapphire

📋 copy color: '#021553'

red 2 ◦ green 21 ◦ blue 83

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

Shades of Sapphire #021553

Tints of Sapphire #021553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 78.3%

R = 1.89%
G = 19.81%
B = 78.3%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#021553 (or 0x021553) is known color: Sapphire. HEX triplet: 02, 15 and 53. RGB value is (2,21,83). Sum of RGB (Red+Green+Blue) = 2+21+83=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 83 (32.81% from 255 or 78.30% from 106); Max value from RGB is 83 - color contains mainly: blue. Hex color #021553 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021553 is #FDEAAC. Grayscale: #161616. Windows color (decimal): -16640685 or 5444866. OLE color: 5444866.

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

Color convert

RGB 2 21 83 -
CMYK 0.98 0.75 0 0.67
HSL 225.93º 0.95% 0.17% -
HSV(B) 225.93º 0.98% 0.33% -
XYZ 1.85 1.17 8.31 -
YUV 22.39 162.21 113.46 -
System Red Green Blue C M Y K H S L
Decimal 2 21 83 0.98 0.75 0 0.67 225.93 0.95 0.17
Hex 2 15 53 62 4B 0 43 E2 5F 11
Octal 2 25 123 142 113 0 103 342 137 21
Binary 10 10101 1010011 1100010 1001011 0 1000011 11100010 1011111 10001

Color Harmonies of #021553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021553

Black with #021553

Text Example


Text Example

White with #021553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021553; }

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

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

background-color css

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

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

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

border-color css

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

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

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