Html Css Color HEX #013659 Prussian Blue

📋 copy color: '#013659'

red 1 ◦ green 54 ◦ blue 89

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

Shades of Prussian Blue #013659

Tints of Prussian Blue #013659

RGB

 RED value IS 1 (0.78% from 255) = 0.69%

 GREEN value IS 54 (21.48% from 255) = 37.5%

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

R = 0.69%
G = 37.5%
B = 61.81%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#013659 (or 0x013659) is known color: Prussian Blue. HEX triplet: 01, 36 and 59. RGB value is (1,54,89). Sum of RGB (Red+Green+Blue) = 1+54+89=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 54 (21.48% from 255 or 37.5% from 144); Blue value is 89 (35.16% from 255 or 61.81% from 144); Max value from RGB is 89 - color contains mainly: blue. Hex color #013659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013659 is #FEC9A6. Grayscale: #292929. Windows color (decimal): -16697767 or 5846529. OLE color: 5846529.

HSL color Cylindrical-coordinate representation of color #013659: hue angle of 203.86º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013659 is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 54 89 -
CMYK 0.99 0.39 0 0.65
HSL 203.86º 0.98% 0.18% -
HSV(B) 203.86º 0.99% 0.35% -
XYZ 3.13 3.37 9.94 -
YUV 42.14 154.44 98.65 -
System Red Green Blue C M Y K H S L
Decimal 1 54 89 0.99 0.39 0 0.65 203.86 0.98 0.18
Hex 1 36 59 63 27 0 41 CC 62 12
Octal 1 66 131 143 47 0 101 314 142 22
Binary 1 110110 1011001 1100011 100111 0 1000001 11001100 1100010 10010

Color Harmonies of #013659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013659

Black with #013659

Text Example


Text Example

White with #013659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013659; }

 p { color: rgb(1,54,89); }

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

background-color css

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

 a { background-color: rgb(1,54,89); }

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

border-color css

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

 span { border-color: rgb(1,54,89); }

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