Html Css Color HEX #001971 Sapphire

📋 copy color: '#001971'

red 0 ◦ green 25 ◦ blue 113

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

Shades of Sapphire #001971

Tints of Sapphire #001971

RGB

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

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

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

R = 0%
G = 18.12%
B = 81.88%

CMYK

 C value IS 1

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#001971 (or 0x001971) is known color: Sapphire. HEX triplet: 00, 19 and 71. RGB value is (0,25,113). Sum of RGB (Red+Green+Blue) = 0+25+113=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 113 (44.53% from 255 or 81.88% from 138); Max value from RGB is 113 - color contains mainly: blue. Hex color #001971 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001971 is #FFE68E. Grayscale: #1B1B1B. Windows color (decimal): -16770703 or 7411968. OLE color: 7411968.

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

Color convert

RGB 0 25 113 -
CMYK 1 0.78 0 0.56
HSL 226.73º 1% 0.22% -
HSV(B) 226.73º 1% 0.44% -
XYZ 3.33 1.89 15.81 -
YUV 27.56 176.22 108.34 -
System Red Green Blue C M Y K H S L
Decimal 0 25 113 1 0.78 0 0.56 226.73 1 0.22
Hex 0 19 71 64 4E 0 38 E3 64 16
Octal 0 31 161 144 116 0 70 343 144 26
Binary 0 11001 1110001 1100100 1001110 0 111000 11100011 1100100 10110

Color Harmonies of #001971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001971

Black with #001971

Text Example


Text Example

White with #001971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001971; }

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

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

background-color css

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

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

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

border-color css

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

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

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