Html Css Color HEX #001356 Sapphire

📋 copy color: '#001356'

red 0 ◦ green 19 ◦ blue 86

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

Shades of Sapphire #001356

Tints of Sapphire #001356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 81.9%

R = 0%
G = 18.1%
B = 81.9%

CMYK

 C value IS 1

 M value IS 0.78

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#001356 (or 0x001356) is known color: Sapphire. HEX triplet: 00, 13 and 56. RGB value is (0,19,86). Sum of RGB (Red+Green+Blue) = 0+19+86=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 86 (33.98% from 255 or 81.90% from 105); Max value from RGB is 86 - color contains mainly: blue. Hex color #001356 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001356 is #FFECA9. Grayscale: #141414. Windows color (decimal): -16772266 or 5640960. OLE color: 5640960.

HSL color Cylindrical-coordinate representation of color #001356: hue angle of 226.74º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001356 is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 0 19 86 -
CMYK 1 0.78 0 0.66
HSL 226.74º 1% 0.17% -
HSV(B) 226.74º 1% 0.34% -
XYZ 1.91 1.14 8.92 -
YUV 20.96 164.71 113.05 -
System Red Green Blue C M Y K H S L
Decimal 0 19 86 1 0.78 0 0.66 226.74 1 0.17
Hex 0 13 56 64 4E 0 42 E3 64 11
Octal 0 23 126 144 116 0 102 343 144 21
Binary 0 10011 1010110 1100100 1001110 0 1000010 11100011 1100100 10001

Color Harmonies of #001356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001356

Black with #001356

Text Example


Text Example

White with #001356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001356; }

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

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

background-color css

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

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

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

border-color css

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

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

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