Html Css Color HEX #021770 Sapphire

📋 copy color: '#021770'

red 2 ◦ green 23 ◦ blue 112

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

Shades of Sapphire #021770

Tints of Sapphire #021770

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.79%

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

R = 1.46%
G = 16.79%
B = 81.75%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#021770 (or 0x021770) is known color: Sapphire. HEX triplet: 02, 17 and 70. RGB value is (2,23,112). Sum of RGB (Red+Green+Blue) = 2+23+112=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 23 (9.38% from 255 or 16.79% from 137); Blue value is 112 (44.14% from 255 or 81.75% from 137); Max value from RGB is 112 - color contains mainly: blue. Hex color #021770 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021770 is #FDE88F. Grayscale: #1A1A1A. Windows color (decimal): -16640144 or 7345922. OLE color: 7345922.

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

Color convert

RGB 2 23 112 -
CMYK 0.98 0.79 0 0.56
HSL 228.55º 0.96% 0.22% -
HSV(B) 228.55º 0.98% 0.44% -
XYZ 3.26 1.8 15.5 -
YUV 26.87 176.04 110.26 -
System Red Green Blue C M Y K H S L
Decimal 2 23 112 0.98 0.79 0 0.56 228.55 0.96 0.22
Hex 2 17 70 62 4F 0 38 E5 60 16
Octal 2 27 160 142 117 0 70 345 140 26
Binary 10 10111 1110000 1100010 1001111 0 111000 11100101 1100000 10110

Color Harmonies of #021770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021770

Black with #021770

Text Example


Text Example

White with #021770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021770; }

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

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

background-color css

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

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

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

border-color css

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

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

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