Html Css Color HEX #001559 Sapphire

📋 copy color: '#001559'

red 0 ◦ green 21 ◦ blue 89

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

Shades of Sapphire #001559

Tints of Sapphire #001559

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.09%

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

R = 0%
G = 19.09%
B = 80.91%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#001559 (or 0x001559) is known color: Sapphire. HEX triplet: 00, 15 and 59. RGB value is (0,21,89). Sum of RGB (Red+Green+Blue) = 0+21+89=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 89 (35.16% from 255 or 80.91% from 110); Max value from RGB is 89 - color contains mainly: blue. Hex color #001559 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001559 is #FFEAA6. Grayscale: #161616. Windows color (decimal): -16771751 or 5838080. OLE color: 5838080.

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

Color convert

RGB 0 21 89 -
CMYK 1 0.76 0 0.65
HSL 225.84º 1% 0.17% -
HSV(B) 225.84º 1% 0.35% -
XYZ 2.07 1.26 9.58 -
YUV 22.47 165.54 111.97 -
System Red Green Blue C M Y K H S L
Decimal 0 21 89 1 0.76 0 0.65 225.84 1 0.17
Hex 0 15 59 64 4C 0 41 E2 64 11
Octal 0 25 131 144 114 0 101 342 144 21
Binary 0 10101 1011001 1100100 1001100 0 1000001 11100010 1100100 10001

Color Harmonies of #001559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001559

Black with #001559

Text Example


Text Example

White with #001559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001559; }

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

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

background-color css

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

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

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

border-color css

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

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

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