Html Css Color HEX #013C57 Prussian Blue

📋 copy color: '#013C57'

red 1 ◦ green 60 ◦ blue 87

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

Shades of Prussian Blue #013C57

Tints of Prussian Blue #013C57

RGB

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

 GREEN value IS 60 (23.83% from 255) = 40.54%

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

R = 0.68%
G = 40.54%
B = 58.78%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#013C57 (or 0x013C57) is known color: Prussian Blue. HEX triplet: 01, 3C and 57. RGB value is (1,60,87). Sum of RGB (Red+Green+Blue) = 1+60+87=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 60 (23.83% from 255 or 40.54% from 148); Blue value is 87 (34.38% from 255 or 58.78% from 148); Max value from RGB is 87 - color contains mainly: blue. Hex color #013C57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013C57 is #FEC3A8. Grayscale: #2D2D2D. Windows color (decimal): -16696233 or 5716993. OLE color: 5716993.

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

Color convert

RGB 1 60 87 -
CMYK 0.99 0.31 0 0.66
HSL 198.84º 0.98% 0.17% -
HSV(B) 198.84º 0.99% 0.34% -
XYZ 3.35 3.93 9.6 -
YUV 45.44 151.45 96.3 -
System Red Green Blue C M Y K H S L
Decimal 1 60 87 0.99 0.31 0 0.66 198.84 0.98 0.17
Hex 1 3C 57 63 1F 0 42 C7 62 11
Octal 1 74 127 143 37 0 102 307 142 21
Binary 1 111100 1010111 1100011 11111 0 1000010 11000111 1100010 10001

Color Harmonies of #013C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013C57

Black with #013C57

Text Example


Text Example

White with #013C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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