Html Css Color HEX #001459 Sapphire

📋 copy color: '#001459'

red 0 ◦ green 20 ◦ blue 89

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

Shades of Sapphire #001459

Tints of Sapphire #001459

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.35%

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

R = 0%
G = 18.35%
B = 81.65%

CMYK

 C value IS 1

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#001459 (or 0x001459) is known color: Sapphire. HEX triplet: 00, 14 and 59. RGB value is (0,20,89). Sum of RGB (Red+Green+Blue) = 0+20+89=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 89 (35.16% from 255 or 81.65% from 109); Max value from RGB is 89 - color contains mainly: blue. Hex color #001459 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001459 is #FFEBA6. Grayscale: #151515. Windows color (decimal): -16772007 or 5837824. OLE color: 5837824.

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

Color convert

RGB 0 20 89 -
CMYK 1 0.78 0 0.65
HSL 226.52º 1% 0.17% -
HSV(B) 226.52º 1% 0.35% -
XYZ 2.05 1.22 9.58 -
YUV 21.89 165.87 112.39 -
System Red Green Blue C M Y K H S L
Decimal 0 20 89 1 0.78 0 0.65 226.52 1 0.17
Hex 0 14 59 64 4E 0 41 E3 64 11
Octal 0 24 131 144 116 0 101 343 144 21
Binary 0 10100 1011001 1100100 1001110 0 1000001 11100011 1100100 10001

Color Harmonies of #001459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001459

Black with #001459

Text Example


Text Example

White with #001459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001459; }

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

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

background-color css

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

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

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

border-color css

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

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

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