Html Css Color HEX #013256 Prussian Blue

📋 copy color: '#013256'

red 1 ◦ green 50 ◦ blue 86

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

Shades of Prussian Blue #013256

Tints of Prussian Blue #013256

RGB

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

 GREEN value IS 50 (19.92% from 255) = 36.5%

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

R = 0.73%
G = 36.5%
B = 62.77%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#013256 (or 0x013256) is known color: Prussian Blue. HEX triplet: 01, 32 and 56. RGB value is (1,50,86). Sum of RGB (Red+Green+Blue) = 1+50+86=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 86 (33.98% from 255 or 62.77% from 137); Max value from RGB is 86 - color contains mainly: blue. Hex color #013256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013256 is #FECDA9. Grayscale: #272727. Windows color (decimal): -16698794 or 5648897. OLE color: 5648897.

HSL color Cylindrical-coordinate representation of color #013256: hue angle of 205.41º 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 #013256 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 1 50 86 -
CMYK 0.99 0.42 0 0.66
HSL 205.41º 0.98% 0.17% -
HSV(B) 205.41º 0.99% 0.34% -
XYZ 2.83 2.96 9.23 -
YUV 39.45 154.27 100.57 -
System Red Green Blue C M Y K H S L
Decimal 1 50 86 0.99 0.42 0 0.66 205.41 0.98 0.17
Hex 1 32 56 63 2A 0 42 CD 62 11
Octal 1 62 126 143 52 0 102 315 142 21
Binary 1 110010 1010110 1100011 101010 0 1000010 11001101 1100010 10001

Color Harmonies of #013256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013256

Black with #013256

Text Example


Text Example

White with #013256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013256; }

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

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

background-color css

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

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

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

border-color css

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

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

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