Html Css Color HEX #001359 Sapphire

📋 copy color: '#001359'

red 0 ◦ green 19 ◦ blue 89

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

Shades of Sapphire #001359

Tints of Sapphire #001359

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.59%

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

R = 0%
G = 17.59%
B = 82.41%

CMYK

 C value IS 1

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#001359 (or 0x001359) is known color: Sapphire. HEX triplet: 00, 13 and 59. RGB value is (0,19,89). Sum of RGB (Red+Green+Blue) = 0+19+89=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 89 (35.16% from 255 or 82.41% from 108); Max value from RGB is 89 - color contains mainly: blue. Hex color #001359 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001359 is #FFECA6. Grayscale: #151515. Windows color (decimal): -16772263 or 5837568. OLE color: 5837568.

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

Color convert

RGB 0 19 89 -
CMYK 1 0.79 0 0.65
HSL 227.19º 1% 0.17% -
HSV(B) 227.19º 1% 0.35% -
XYZ 2.04 1.19 9.57 -
YUV 21.3 166.21 112.81 -
System Red Green Blue C M Y K H S L
Decimal 0 19 89 1 0.79 0 0.65 227.19 1 0.17
Hex 0 13 59 64 4F 0 41 E3 64 11
Octal 0 23 131 144 117 0 101 343 144 21
Binary 0 10011 1011001 1100100 1001111 0 1000001 11100011 1100100 10001

Color Harmonies of #001359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001359

Black with #001359

Text Example


Text Example

White with #001359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001359; }

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

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

background-color css

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

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

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

border-color css

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

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

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