Html Css Color HEX #001D59 Sapphire

📋 copy color: '#001D59'

red 0 ◦ green 29 ◦ blue 89

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

Shades of Sapphire #001D59

Tints of Sapphire #001D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 75.42%

R = 0%
G = 24.58%
B = 75.42%

CMYK

 C value IS 1

 M value IS 0.67

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#001D59 (or 0x001D59) is known color: Sapphire. HEX triplet: 00, 1D and 59. RGB value is (0,29,89). Sum of RGB (Red+Green+Blue) = 0+29+89=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 29 (11.72% from 255 or 24.58% from 118); Blue value is 89 (35.16% from 255 or 75.42% from 118); Max value from RGB is 89 - color contains mainly: blue. Hex color #001D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001D59 is #FFE2A6. Grayscale: #1A1A1A. Windows color (decimal): -16769703 or 5840128. OLE color: 5840128.

HSL color Cylindrical-coordinate representation of color #001D59: hue angle of 220.45º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D59 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 0 29 89 -
CMYK 1 0.67 0 0.65
HSL 220.45º 1% 0.17% -
HSV(B) 220.45º 1% 0.35% -
XYZ 2.24 1.6 9.64 -
YUV 27.17 162.89 108.62 -
System Red Green Blue C M Y K H S L
Decimal 0 29 89 1 0.67 0 0.65 220.45 1 0.17
Hex 0 1D 59 64 43 0 41 DC 64 11
Octal 0 35 131 144 103 0 101 334 144 21
Binary 0 11101 1011001 1100100 1000011 0 1000001 11011100 1100100 10001

Color Harmonies of #001D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001D59

Black with #001D59

Text Example


Text Example

White with #001D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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