Html Css Color HEX #013A56 Prussian Blue

📋 copy color: '#013A56'

red 1 ◦ green 58 ◦ blue 86

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

Shades of Prussian Blue #013A56

Tints of Prussian Blue #013A56

RGB

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

 GREEN value IS 58 (23.05% from 255) = 40%

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

R = 0.69%
G = 40%
B = 59.31%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#013A56 (or 0x013A56) is known color: Prussian Blue. HEX triplet: 01, 3A and 56. RGB value is (1,58,86). Sum of RGB (Red+Green+Blue) = 1+58+86=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 58 (23.05% from 255 or 40% from 145); Blue value is 86 (33.98% from 255 or 59.31% from 145); Max value from RGB is 86 - color contains mainly: blue. Hex color #013A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013A56 is #FEC5A9. Grayscale: #2B2B2B. Windows color (decimal): -16696746 or 5650945. OLE color: 5650945.

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

Color convert

RGB 1 58 86 -
CMYK 0.99 0.33 0 0.66
HSL 199.76º 0.98% 0.17% -
HSV(B) 199.76º 0.99% 0.34% -
XYZ 3.21 3.7 9.35 -
YUV 44.15 151.62 97.22 -
System Red Green Blue C M Y K H S L
Decimal 1 58 86 0.99 0.33 0 0.66 199.76 0.98 0.17
Hex 1 3A 56 63 21 0 42 C8 62 11
Octal 1 72 126 143 41 0 102 310 142 21
Binary 1 111010 1010110 1100011 100001 0 1000010 11001000 1100010 10001

Color Harmonies of #013A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A56

Black with #013A56

Text Example


Text Example

White with #013A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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