Html Css Color HEX #001A59 Sapphire

📋 copy color: '#001A59'

red 0 ◦ green 26 ◦ blue 89

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

Shades of Sapphire #001A59

Tints of Sapphire #001A59

RGB

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

 GREEN value IS 26 (10.55% from 255) = 22.61%

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

R = 0%
G = 22.61%
B = 77.39%

CMYK

 C value IS 1

 M value IS 0.71

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#001A59 (or 0x001A59) is known color: Sapphire. HEX triplet: 00, 1A and 59. RGB value is (0,26,89). Sum of RGB (Red+Green+Blue) = 0+26+89=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 26 (10.55% from 255 or 22.61% from 115); Blue value is 89 (35.16% from 255 or 77.39% from 115); Max value from RGB is 89 - color contains mainly: blue. Hex color #001A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #001A59 is #FFE5A6. Grayscale: #191919. Windows color (decimal): -16770471 or 5839360. OLE color: 5839360.

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

Color convert

RGB 0 26 89 -
CMYK 1 0.71 0 0.65
HSL 222.47º 1% 0.17% -
HSV(B) 222.47º 1% 0.35% -
XYZ 2.17 1.46 9.62 -
YUV 25.41 163.89 109.88 -
System Red Green Blue C M Y K H S L
Decimal 0 26 89 1 0.71 0 0.65 222.47 1 0.17
Hex 0 1A 59 64 47 0 41 DE 64 11
Octal 0 32 131 144 107 0 101 336 144 21
Binary 0 11010 1011001 1100100 1000111 0 1000001 11011110 1100100 10001

Color Harmonies of #001A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001A59

Black with #001A59

Text Example


Text Example

White with #001A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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