Html Css Color HEX #001D46 Sapphire

📋 copy color: '#001D46'

red 0 ◦ green 29 ◦ blue 70

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

Shades of Sapphire #001D46

Tints of Sapphire #001D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 70.71%

R = 0%
G = 29.29%
B = 70.71%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#001D46 (or 0x001D46) is known color: Sapphire. HEX triplet: 00, 1D and 46. RGB value is (0,29,70). Sum of RGB (Red+Green+Blue) = 0+29+70=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 29 (11.72% from 255 or 29.29% from 99); Blue value is 70 (27.73% from 255 or 70.71% from 99); Max value from RGB is 70 - color contains mainly: blue. Hex color #001D46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001D46 is #FFE2B9. Grayscale: #181818. Windows color (decimal): -16769722 or 4594944. OLE color: 4594944.

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

Color convert

RGB 0 29 70 -
CMYK 1 0.59 0 0.73
HSL 215.14º 1% 0.14% -
HSV(B) 215.14º 1% 0.27% -
XYZ 1.54 1.32 5.97 -
YUV 25 153.39 110.17 -
System Red Green Blue C M Y K H S L
Decimal 0 29 70 1 0.59 0 0.73 215.14 1 0.14
Hex 0 1D 46 64 3B 0 49 D7 64 E
Octal 0 35 106 144 73 0 111 327 144 16
Binary 0 11101 1000110 1100100 111011 0 1001001 11010111 1100100 1110

Color Harmonies of #001D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001D46

Black with #001D46

Text Example


Text Example

White with #001D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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