Html Css Color HEX #021976 Sapphire

📋 copy color: '#021976'

red 2 ◦ green 25 ◦ blue 118

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

Shades of Sapphire #021976

Tints of Sapphire #021976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 81.38%

R = 1.38%
G = 17.24%
B = 81.38%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#021976 (or 0x021976) is known color: Sapphire. HEX triplet: 02, 19 and 76. RGB value is (2,25,118). Sum of RGB (Red+Green+Blue) = 2+25+118=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 118 (46.48% from 255 or 81.38% from 145); Max value from RGB is 118 - color contains mainly: blue. Hex color #021976 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021976 is #FDE689. Grayscale: #1C1C1C. Windows color (decimal): -16639626 or 7739650. OLE color: 7739650.

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

Color convert

RGB 2 25 118 -
CMYK 0.98 0.79 0 0.54
HSL 228.1º 0.97% 0.24% -
HSV(B) 228.1º 0.98% 0.46% -
XYZ 3.64 2.02 17.34 -
YUV 28.73 178.38 108.94 -
System Red Green Blue C M Y K H S L
Decimal 2 25 118 0.98 0.79 0 0.54 228.1 0.97 0.24
Hex 2 19 76 62 4F 0 36 E4 61 18
Octal 2 31 166 142 117 0 66 344 141 30
Binary 10 11001 1110110 1100010 1001111 0 110110 11100100 1100001 11000

Color Harmonies of #021976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021976

Black with #021976

Text Example


Text Example

White with #021976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021976; }

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

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

background-color css

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

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

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

border-color css

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

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

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