Html Css Color HEX #001E59 Sapphire

📋 copy color: '#001E59'

red 0 ◦ green 30 ◦ blue 89

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

Shades of Sapphire #001E59

Tints of Sapphire #001E59

RGB

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

 GREEN value IS 30 (12.11% from 255) = 25.21%

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

R = 0%
G = 25.21%
B = 74.79%

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#001E59 (or 0x001E59) is known color: Sapphire. HEX triplet: 00, 1E and 59. RGB value is (0,30,89). Sum of RGB (Red+Green+Blue) = 0+30+89=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 30 (12.11% from 255 or 25.21% from 119); Blue value is 89 (35.16% from 255 or 74.79% from 119); Max value from RGB is 89 - color contains mainly: blue. Hex color #001E59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001E59 is #FFE1A6. Grayscale: #1B1B1B. Windows color (decimal): -16769447 or 5840384. OLE color: 5840384.

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

Color convert

RGB 0 30 89 -
CMYK 1 0.66 0 0.65
HSL 219.78º 1% 0.17% -
HSV(B) 219.78º 1% 0.35% -
XYZ 2.27 1.65 9.65 -
YUV 27.76 162.56 108.2 -
System Red Green Blue C M Y K H S L
Decimal 0 30 89 1 0.66 0 0.65 219.78 1 0.17
Hex 0 1E 59 64 42 0 41 DC 64 11
Octal 0 36 131 144 102 0 101 334 144 21
Binary 0 11110 1011001 1100100 1000010 0 1000001 11011100 1100100 10001

Color Harmonies of #001E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001E59

Black with #001E59

Text Example


Text Example

White with #001E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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