Html Css Color HEX #001447 Sapphire

📋 copy color: '#001447'

red 0 ◦ green 20 ◦ blue 71

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

Shades of Sapphire #001447

Tints of Sapphire #001447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 78.02%

R = 0%
G = 21.98%
B = 78.02%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#001447 (or 0x001447) is known color: Sapphire. HEX triplet: 00, 14 and 47. RGB value is (0,20,71). Sum of RGB (Red+Green+Blue) = 0+20+71=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 20 (8.20% from 255 or 21.98% from 91); Blue value is 71 (28.12% from 255 or 78.02% from 91); Max value from RGB is 71 - color contains mainly: blue. Hex color #001447 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001447 is #FFEBB8. Grayscale: #131313. Windows color (decimal): -16772025 or 4658176. OLE color: 4658176.

HSL color Cylindrical-coordinate representation of color #001447: hue angle of 223.1º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001447 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 0 20 71 -
CMYK 1 0.72 0 0.72
HSL 223.1º 1% 0.14% -
HSV(B) 223.1º 1% 0.28% -
XYZ 1.39 0.96 6.07 -
YUV 19.83 156.87 113.85 -
System Red Green Blue C M Y K H S L
Decimal 0 20 71 1 0.72 0 0.72 223.1 1 0.14
Hex 0 14 47 64 48 0 48 DF 64 E
Octal 0 24 107 144 110 0 110 337 144 16
Binary 0 10100 1000111 1100100 1001000 0 1001000 11011111 1100100 1110

Color Harmonies of #001447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001447

Black with #001447

Text Example


Text Example

White with #001447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001447; }

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

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

background-color css

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

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

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

border-color css

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

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

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