Html Css Color HEX #021673 Sapphire

📋 copy color: '#021673'

red 2 ◦ green 22 ◦ blue 115

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

Shades of Sapphire #021673

Tints of Sapphire #021673

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.83%

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

R = 1.44%
G = 15.83%
B = 82.73%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#021673 (or 0x021673) is known color: Sapphire. HEX triplet: 02, 16 and 73. RGB value is (2,22,115). Sum of RGB (Red+Green+Blue) = 2+22+115=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 115 (45.31% from 255 or 82.73% from 139); Max value from RGB is 115 - color contains mainly: blue. Hex color #021673 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021673 is #FDE98C. Grayscale: #1A1A1A. Windows color (decimal): -16640397 or 7542274. OLE color: 7542274.

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

Color convert

RGB 2 22 115 -
CMYK 0.98 0.81 0 0.55
HSL 229.38º 0.97% 0.23% -
HSV(B) 229.38º 0.98% 0.45% -
XYZ 3.41 1.82 16.39 -
YUV 26.62 177.87 110.44 -
System Red Green Blue C M Y K H S L
Decimal 2 22 115 0.98 0.81 0 0.55 229.38 0.97 0.23
Hex 2 16 73 62 51 0 37 E5 61 17
Octal 2 26 163 142 121 0 67 345 141 27
Binary 10 10110 1110011 1100010 1010001 0 110111 11100101 1100001 10111

Color Harmonies of #021673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021673

Black with #021673

Text Example


Text Example

White with #021673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021673; }

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

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

background-color css

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

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

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

border-color css

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

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

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