Html Css Color HEX #013656 Prussian Blue

📋 copy color: '#013656'

red 1 ◦ green 54 ◦ blue 86

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

Shades of Prussian Blue #013656

Tints of Prussian Blue #013656

RGB

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

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

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

R = 0.71%
G = 38.3%
B = 60.99%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#013656 (or 0x013656) is known color: Prussian Blue. HEX triplet: 01, 36 and 56. RGB value is (1,54,86). Sum of RGB (Red+Green+Blue) = 1+54+86=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 54 (21.48% from 255 or 38.30% from 141); Blue value is 86 (33.98% from 255 or 60.99% from 141); Max value from RGB is 86 - color contains mainly: blue. Hex color #013656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013656 is #FEC9A9. Grayscale: #292929. Windows color (decimal): -16697770 or 5649921. OLE color: 5649921.

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

Color convert

RGB 1 54 86 -
CMYK 0.99 0.37 0 0.66
HSL 202.59º 0.98% 0.17% -
HSV(B) 202.59º 0.99% 0.34% -
XYZ 3.01 3.32 9.29 -
YUV 41.8 152.94 98.9 -
System Red Green Blue C M Y K H S L
Decimal 1 54 86 0.99 0.37 0 0.66 202.59 0.98 0.17
Hex 1 36 56 63 25 0 42 CB 62 11
Octal 1 66 126 143 45 0 102 313 142 21
Binary 1 110110 1010110 1100011 100101 0 1000010 11001011 1100010 10001

Color Harmonies of #013656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013656

Black with #013656

Text Example


Text Example

White with #013656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013656; }

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

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

background-color css

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

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

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

border-color css

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

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

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