Html Css Color HEX #021877 Sapphire

📋 copy color: '#021877'

red 2 ◦ green 24 ◦ blue 119

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

Shades of Sapphire #021877

Tints of Sapphire #021877

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.55%

 BLUE value IS 119 (46.88% from 255) = 82.07%

R = 1.38%
G = 16.55%
B = 82.07%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#021877 (or 0x021877) is known color: Sapphire. HEX triplet: 02, 18 and 77. RGB value is (2,24,119). Sum of RGB (Red+Green+Blue) = 2+24+119=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 119 (46.88% from 255 or 82.07% from 145); Max value from RGB is 119 - color contains mainly: blue. Hex color #021877 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021877 is #FDE788. Grayscale: #1B1B1B. Windows color (decimal): -16639881 or 7804930. OLE color: 7804930.

HSL color Cylindrical-coordinate representation of color #021877: hue angle of 228.72º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021877 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 2 24 119 -
CMYK 0.98 0.80 0 0.53
HSL 228.72º 0.97% 0.24% -
HSV(B) 228.72º 0.98% 0.47% -
XYZ 3.68 2 17.64 -
YUV 28.25 179.21 109.28 -
System Red Green Blue C M Y K H S L
Decimal 2 24 119 0.98 0.80 0 0.53 228.72 0.97 0.24
Hex 2 18 77 62 50 0 35 E5 61 18
Octal 2 30 167 142 120 0 65 345 141 30
Binary 10 11000 1110111 1100010 1010000 0 110101 11100101 1100001 11000

Color Harmonies of #021877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021877

Black with #021877

Text Example


Text Example

White with #021877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021877; }

 p { color: rgb(2,24,119); }

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

background-color css

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

 a { background-color: rgb(2,24,119); }

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

border-color css

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

 span { border-color: rgb(2,24,119); }

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