Html Css Color HEX #021871 Sapphire

📋 copy color: '#021871'

red 2 ◦ green 24 ◦ blue 113

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

Shades of Sapphire #021871

Tints of Sapphire #021871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 81.29%

R = 1.44%
G = 17.27%
B = 81.29%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#021871 (or 0x021871) is known color: Sapphire. HEX triplet: 02, 18 and 71. RGB value is (2,24,113). Sum of RGB (Red+Green+Blue) = 2+24+113=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 113 (44.53% from 255 or 81.29% from 139); Max value from RGB is 113 - color contains mainly: blue. Hex color #021871 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021871 is #FDE78E. Grayscale: #1B1B1B. Windows color (decimal): -16639887 or 7411714. OLE color: 7411714.

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

Color convert

RGB 2 24 113 -
CMYK 0.98 0.79 0 0.56
HSL 228.11º 0.97% 0.23% -
HSV(B) 228.11º 0.98% 0.44% -
XYZ 3.33 1.86 15.81 -
YUV 27.57 176.21 109.76 -
System Red Green Blue C M Y K H S L
Decimal 2 24 113 0.98 0.79 0 0.56 228.11 0.97 0.23
Hex 2 18 71 62 4F 0 38 E4 61 17
Octal 2 30 161 142 117 0 70 344 141 27
Binary 10 11000 1110001 1100010 1001111 0 111000 11100100 1100001 10111

Color Harmonies of #021871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021871

Black with #021871

Text Example


Text Example

White with #021871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021871; }

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

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

background-color css

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

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

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

border-color css

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

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

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