Html Css Color HEX #013A57 Prussian Blue

📋 copy color: '#013A57'

red 1 ◦ green 58 ◦ blue 87

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

Shades of Prussian Blue #013A57

Tints of Prussian Blue #013A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 59.59%

R = 0.68%
G = 39.73%
B = 59.59%

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

#013A57 (or 0x013A57) is known color: Prussian Blue. HEX triplet: 01, 3A and 57. RGB value is (1,58,87). Sum of RGB (Red+Green+Blue) = 1+58+87=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 87 (34.38% from 255 or 59.59% from 146); Max value from RGB is 87 - color contains mainly: blue. Hex color #013A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013A57 is #FEC5A8. Grayscale: #2C2C2C. Windows color (decimal): -16696745 or 5716481. OLE color: 5716481.

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

Color convert

RGB 1 58 87 -
CMYK 0.99 0.33 0 0.66
HSL 200.23º 0.98% 0.17% -
HSV(B) 200.23º 0.99% 0.34% -
XYZ 3.25 3.72 9.56 -
YUV 44.26 152.12 97.14 -
System Red Green Blue C M Y K H S L
Decimal 1 58 87 0.99 0.33 0 0.66 200.23 0.98 0.17
Hex 1 3A 57 63 21 0 42 C8 62 11
Octal 1 72 127 143 41 0 102 310 142 21
Binary 1 111010 1010111 1100011 100001 0 1000010 11001000 1100010 10001

Color Harmonies of #013A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A57

Black with #013A57

Text Example


Text Example

White with #013A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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