Html Css Color HEX #001D47 Sapphire

📋 copy color: '#001D47'

red 0 ◦ green 29 ◦ blue 71

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

Shades of Sapphire #001D47

Tints of Sapphire #001D47

RGB

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

 GREEN value IS 29 (11.72% from 255) = 29%

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

R = 0%
G = 29%
B = 71%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#001D47 (or 0x001D47) is known color: Sapphire. HEX triplet: 00, 1D and 47. RGB value is (0,29,71). Sum of RGB (Red+Green+Blue) = 0+29+71=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 29 (11.72% from 255 or 29% from 100); Blue value is 71 (28.12% from 255 or 71% from 100); Max value from RGB is 71 - color contains mainly: blue. Hex color #001D47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001D47 is #FFE2B8. Grayscale: #181818. Windows color (decimal): -16769721 or 4660480. OLE color: 4660480.

HSL color Cylindrical-coordinate representation of color #001D47: hue angle of 215.49º 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 #001D47 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 0 29 71 -
CMYK 1 0.59 0 0.72
HSL 215.49º 1% 0.14% -
HSV(B) 215.49º 1% 0.28% -
XYZ 1.58 1.33 6.14 -
YUV 25.12 153.89 110.08 -
System Red Green Blue C M Y K H S L
Decimal 0 29 71 1 0.59 0 0.72 215.49 1 0.14
Hex 0 1D 47 64 3B 0 48 D7 64 E
Octal 0 35 107 144 73 0 110 327 144 16
Binary 0 11101 1000111 1100100 111011 0 1001000 11010111 1100100 1110

Color Harmonies of #001D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001D47

Black with #001D47

Text Example


Text Example

White with #001D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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