Html Css Color HEX #021373 Sapphire

📋 copy color: '#021373'

red 2 ◦ green 19 ◦ blue 115

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

Shades of Sapphire #021373

Tints of Sapphire #021373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 84.56%

R = 1.47%
G = 13.97%
B = 84.56%

CMYK

 C value IS 0.98

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#021373 (or 0x021373) is known color: Sapphire. HEX triplet: 02, 13 and 73. RGB value is (2,19,115). Sum of RGB (Red+Green+Blue) = 2+19+115=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 115 (45.31% from 255 or 84.56% from 136); Max value from RGB is 115 - color contains mainly: blue. Hex color #021373 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021373 is #FDEC8C. Grayscale: #181818. Windows color (decimal): -16641165 or 7541506. OLE color: 7541506.

HSL color Cylindrical-coordinate representation of color #021373: hue angle of 230.97º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021373 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 19 115 -
CMYK 0.98 0.83 0 0.55
HSL 230.97º 0.97% 0.23% -
HSV(B) 230.97º 0.98% 0.45% -
XYZ 3.35 1.72 16.37 -
YUV 24.86 178.87 111.69 -
System Red Green Blue C M Y K H S L
Decimal 2 19 115 0.98 0.83 0 0.55 230.97 0.97 0.23
Hex 2 13 73 62 53 0 37 E7 61 17
Octal 2 23 163 142 123 0 67 347 141 27
Binary 10 10011 1110011 1100010 1010011 0 110111 11100111 1100001 10111

Color Harmonies of #021373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021373

Black with #021373

Text Example


Text Example

White with #021373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021373; }

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

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

background-color css

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

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

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

border-color css

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

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

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