Html Css Color HEX #021974 Sapphire

📋 copy color: '#021974'

red 2 ◦ green 25 ◦ blue 116

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

Shades of Sapphire #021974

Tints of Sapphire #021974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 81.12%

R = 1.4%
G = 17.48%
B = 81.12%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#021974 (or 0x021974) is known color: Sapphire. HEX triplet: 02, 19 and 74. RGB value is (2,25,116). Sum of RGB (Red+Green+Blue) = 2+25+116=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 116 (45.70% from 255 or 81.12% from 143); Max value from RGB is 116 - color contains mainly: blue. Hex color #021974 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021974 is #FDE68B. Grayscale: #1C1C1C. Windows color (decimal): -16639628 or 7608578. OLE color: 7608578.

HSL color Cylindrical-coordinate representation of color #021974: hue angle of 227.89º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021974 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 25 116 -
CMYK 0.98 0.78 0 0.55
HSL 227.89º 0.97% 0.23% -
HSV(B) 227.89º 0.98% 0.45% -
XYZ 3.53 1.97 16.72 -
YUV 28.5 177.38 109.1 -
System Red Green Blue C M Y K H S L
Decimal 2 25 116 0.98 0.78 0 0.55 227.89 0.97 0.23
Hex 2 19 74 62 4E 0 37 E4 61 17
Octal 2 31 164 142 116 0 67 344 141 27
Binary 10 11001 1110100 1100010 1001110 0 110111 11100100 1100001 10111

Color Harmonies of #021974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021974

Black with #021974

Text Example


Text Example

White with #021974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021974; }

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

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

background-color css

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

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

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

border-color css

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

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

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