Html Css Color HEX #001D45 Sapphire

📋 copy color: '#001D45'

red 0 ◦ green 29 ◦ blue 69

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

Shades of Sapphire #001D45

Tints of Sapphire #001D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 70.41%

R = 0%
G = 29.59%
B = 70.41%

CMYK

 C value IS 1

 M value IS 0.58

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#001D45 (or 0x001D45) is known color: Sapphire. HEX triplet: 00, 1D and 45. RGB value is (0,29,69). Sum of RGB (Red+Green+Blue) = 0+29+69=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 29 (11.72% from 255 or 29.59% from 98); Blue value is 69 (27.34% from 255 or 70.41% from 98); Max value from RGB is 69 - color contains mainly: blue. Hex color #001D45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001D45 is #FFE2BA. Grayscale: #181818. Windows color (decimal): -16769723 or 4529408. OLE color: 4529408.

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

Color convert

RGB 0 29 69 -
CMYK 1 0.58 0 0.73
HSL 214.78º 1% 0.14% -
HSV(B) 214.78º 1% 0.27% -
XYZ 1.51 1.31 5.8 -
YUV 24.89 152.89 110.25 -
System Red Green Blue C M Y K H S L
Decimal 0 29 69 1 0.58 0 0.73 214.78 1 0.14
Hex 0 1D 45 64 3A 0 49 D7 64 E
Octal 0 35 105 144 72 0 111 327 144 16
Binary 0 11101 1000101 1100100 111010 0 1001001 11010111 1100100 1110

Color Harmonies of #001D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001D45

Black with #001D45

Text Example


Text Example

White with #001D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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