Html Css Color HEX #002871 Sapphire

📋 copy color: '#002871'

red 0 ◦ green 40 ◦ blue 113

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

Shades of Sapphire #002871

Tints of Sapphire #002871

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 40 (16.02% from 255) = 26.14%

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

R = 0%
G = 26.14%
B = 73.86%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#002871 (or 0x002871) is known color: Sapphire. HEX triplet: 00, 28 and 71. RGB value is (0,40,113). Sum of RGB (Red+Green+Blue) = 0+40+113=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 113 (44.53% from 255 or 73.86% from 153); Max value from RGB is 113 - color contains mainly: blue. Hex color #002871 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002871 is #FFD78E. Grayscale: #242424. Windows color (decimal): -16766863 or 7415808. OLE color: 7415808.

HSL color Cylindrical-coordinate representation of color #002871: hue angle of 218.76º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002871 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 40 113 -
CMYK 1 0.65 0 0.56
HSL 218.76º 1% 0.22% -
HSV(B) 218.76º 1% 0.44% -
XYZ 3.74 2.71 15.95 -
YUV 36.36 171.25 102.06 -
System Red Green Blue C M Y K H S L
Decimal 0 40 113 1 0.65 0 0.56 218.76 1 0.22
Hex 0 28 71 64 41 0 38 DB 64 16
Octal 0 50 161 144 101 0 70 333 144 26
Binary 0 101000 1110001 1100100 1000001 0 111000 11011011 1100100 10110

Color Harmonies of #002871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002871

Black with #002871

Text Example


Text Example

White with #002871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002871; }

 p { color: rgb(0,40,113); }

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

background-color css

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

 a { background-color: rgb(0,40,113); }

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

border-color css

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

 span { border-color: rgb(0,40,113); }

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