Html Css Color HEX #021670 Sapphire

📋 copy color: '#021670'

red 2 ◦ green 22 ◦ blue 112

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

Shades of Sapphire #021670

Tints of Sapphire #021670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 82.35%

R = 1.47%
G = 16.18%
B = 82.35%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#021670 (or 0x021670) is known color: Sapphire. HEX triplet: 02, 16 and 70. RGB value is (2,22,112). Sum of RGB (Red+Green+Blue) = 2+22+112=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 112 (44.14% from 255 or 82.35% from 136); Max value from RGB is 112 - color contains mainly: blue. Hex color #021670 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021670 is #FDE98F. Grayscale: #191919. Windows color (decimal): -16640400 or 7345666. OLE color: 7345666.

HSL color Cylindrical-coordinate representation of color #021670: hue angle of 229.09º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021670 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 22 112 -
CMYK 0.98 0.80 0 0.56
HSL 229.09º 0.96% 0.22% -
HSV(B) 229.09º 0.98% 0.44% -
XYZ 3.24 1.76 15.5 -
YUV 26.28 176.37 110.68 -
System Red Green Blue C M Y K H S L
Decimal 2 22 112 0.98 0.80 0 0.56 229.09 0.96 0.22
Hex 2 16 70 62 50 0 38 E5 60 16
Octal 2 26 160 142 120 0 70 345 140 26
Binary 10 10110 1110000 1100010 1010000 0 111000 11100101 1100000 10110

Color Harmonies of #021670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021670

Black with #021670

Text Example


Text Example

White with #021670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021670; }

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

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

background-color css

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

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

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

border-color css

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

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

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