Html Css Color HEX #001471 Sapphire

📋 copy color: '#001471'

red 0 ◦ green 20 ◦ blue 113

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

Shades of Sapphire #001471

Tints of Sapphire #001471

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.04%

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

R = 0%
G = 15.04%
B = 84.96%

CMYK

 C value IS 1

 M value IS 0.82

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#001471 (or 0x001471) is known color: Sapphire. HEX triplet: 00, 14 and 71. RGB value is (0,20,113). Sum of RGB (Red+Green+Blue) = 0+20+113=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 113 (44.53% from 255 or 84.96% from 133); Max value from RGB is 113 - color contains mainly: blue. Hex color #001471 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001471 is #FFEB8E. Grayscale: #181818. Windows color (decimal): -16771983 or 7410688. OLE color: 7410688.

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

Color convert

RGB 0 20 113 -
CMYK 1 0.82 0 0.56
HSL 229.38º 1% 0.22% -
HSV(B) 229.38º 1% 0.44% -
XYZ 3.23 1.69 15.78 -
YUV 24.62 177.87 110.44 -
System Red Green Blue C M Y K H S L
Decimal 0 20 113 1 0.82 0 0.56 229.38 1 0.22
Hex 0 14 71 64 52 0 38 E5 64 16
Octal 0 24 161 144 122 0 70 345 144 26
Binary 0 10100 1110001 1100100 1010010 0 111000 11100101 1100100 10110

Color Harmonies of #001471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001471

Black with #001471

Text Example


Text Example

White with #001471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001471; }

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

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

background-color css

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

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

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

border-color css

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

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

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