Html Css Color HEX #021978 Sapphire

📋 copy color: '#021978'

red 2 ◦ green 25 ◦ blue 120

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

Shades of Sapphire #021978

Tints of Sapphire #021978

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.01%

 BLUE value IS 120 (47.27% from 255) = 81.63%

R = 1.36%
G = 17.01%
B = 81.63%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#021978 (or 0x021978) is known color: Sapphire. HEX triplet: 02, 19 and 78. RGB value is (2,25,120). Sum of RGB (Red+Green+Blue) = 2+25+120=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 120 (47.27% from 255 or 81.63% from 147); Max value from RGB is 120 - color contains mainly: blue. Hex color #021978 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021978 is #FDE687. Grayscale: #1C1C1C. Windows color (decimal): -16639624 or 7870722. OLE color: 7870722.

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

Color convert

RGB 2 25 120 -
CMYK 0.98 0.79 0 0.53
HSL 228.31º 0.97% 0.24% -
HSV(B) 228.31º 0.98% 0.47% -
XYZ 3.76 2.06 17.97 -
YUV 28.95 179.38 108.78 -
System Red Green Blue C M Y K H S L
Decimal 2 25 120 0.98 0.79 0 0.53 228.31 0.97 0.24
Hex 2 19 78 62 4F 0 35 E4 61 18
Octal 2 31 170 142 117 0 65 344 141 30
Binary 10 11001 1111000 1100010 1001111 0 110101 11100100 1100001 11000

Color Harmonies of #021978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021978

Black with #021978

Text Example


Text Example

White with #021978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021978; }

 p { color: rgb(2,25,120); }

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

background-color css

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

 a { background-color: rgb(2,25,120); }

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

border-color css

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

 span { border-color: rgb(2,25,120); }

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