Html Css Color HEX #001871 Sapphire

📋 copy color: '#001871'

red 0 ◦ green 24 ◦ blue 113

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

Shades of Sapphire #001871

Tints of Sapphire #001871

RGB

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

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

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

R = 0%
G = 17.52%
B = 82.48%

CMYK

 C value IS 1

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#001871 (or 0x001871) is known color: Sapphire. HEX triplet: 00, 18 and 71. RGB value is (0,24,113). Sum of RGB (Red+Green+Blue) = 0+24+113=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 113 (44.53% from 255 or 82.48% from 137); Max value from RGB is 113 - color contains mainly: blue. Hex color #001871 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001871 is #FFE78E. Grayscale: #1A1A1A. Windows color (decimal): -16770959 or 7411712. OLE color: 7411712.

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

Color convert

RGB 0 24 113 -
CMYK 1 0.79 0 0.56
HSL 227.26º 1% 0.22% -
HSV(B) 227.26º 1% 0.44% -
XYZ 3.31 1.85 15.8 -
YUV 26.97 176.55 108.76 -
System Red Green Blue C M Y K H S L
Decimal 0 24 113 1 0.79 0 0.56 227.26 1 0.22
Hex 0 18 71 64 4F 0 38 E3 64 16
Octal 0 30 161 144 117 0 70 343 144 26
Binary 0 11000 1110001 1100100 1001111 0 111000 11100011 1100100 10110

Color Harmonies of #001871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001871

Black with #001871

Text Example


Text Example

White with #001871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001871; }

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

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

background-color css

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

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

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

border-color css

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

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

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