Html Css Color HEX #021874 Sapphire

📋 copy color: '#021874'

red 2 ◦ green 24 ◦ blue 116

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

Shades of Sapphire #021874

Tints of Sapphire #021874

RGB

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

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

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

R = 1.41%
G = 16.9%
B = 81.69%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#021874 (or 0x021874) is known color: Sapphire. HEX triplet: 02, 18 and 74. RGB value is (2,24,116). Sum of RGB (Red+Green+Blue) = 2+24+116=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 116 (45.70% from 255 or 81.69% from 142); Max value from RGB is 116 - color contains mainly: blue. Hex color #021874 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021874 is #FDE78B. Grayscale: #1B1B1B. Windows color (decimal): -16639884 or 7608322. OLE color: 7608322.

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

Color convert

RGB 2 24 116 -
CMYK 0.98 0.79 0 0.55
HSL 228.42º 0.97% 0.23% -
HSV(B) 228.42º 0.98% 0.45% -
XYZ 3.5 1.93 16.71 -
YUV 27.91 177.71 109.52 -
System Red Green Blue C M Y K H S L
Decimal 2 24 116 0.98 0.79 0 0.55 228.42 0.97 0.23
Hex 2 18 74 62 4F 0 37 E4 61 17
Octal 2 30 164 142 117 0 67 344 141 27
Binary 10 11000 1110100 1100010 1001111 0 110111 11100100 1100001 10111

Color Harmonies of #021874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021874

Black with #021874

Text Example


Text Example

White with #021874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021874; }

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

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

background-color css

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

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

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

border-color css

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

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

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