Html Css Color HEX #021353 Sapphire

📋 copy color: '#021353'

red 2 ◦ green 19 ◦ blue 83

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

Shades of Sapphire #021353

Tints of Sapphire #021353

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.27%

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

R = 1.92%
G = 18.27%
B = 79.81%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#021353 (or 0x021353) is known color: Sapphire. HEX triplet: 02, 13 and 53. RGB value is (2,19,83). Sum of RGB (Red+Green+Blue) = 2+19+83=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 83 (32.81% from 255 or 79.81% from 104); Max value from RGB is 83 - color contains mainly: blue. Hex color #021353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021353 is #FDECAC. Grayscale: #141414. Windows color (decimal): -16641197 or 5444354. OLE color: 5444354.

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

Color convert

RGB 2 19 83 -
CMYK 0.98 0.77 0 0.67
HSL 227.41º 0.95% 0.17% -
HSV(B) 227.41º 0.98% 0.33% -
XYZ 1.82 1.1 8.3 -
YUV 21.21 162.87 114.3 -
System Red Green Blue C M Y K H S L
Decimal 2 19 83 0.98 0.77 0 0.67 227.41 0.95 0.17
Hex 2 13 53 62 4D 0 43 E3 5F 11
Octal 2 23 123 142 115 0 103 343 137 21
Binary 10 10011 1010011 1100010 1001101 0 1000011 11100011 1011111 10001

Color Harmonies of #021353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021353

Black with #021353

Text Example


Text Example

White with #021353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021353; }

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

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

background-color css

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

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

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

border-color css

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

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

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