Html Css Color HEX #013C56 Prussian Blue

📋 copy color: '#013C56'

red 1 ◦ green 60 ◦ blue 86

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

Shades of Prussian Blue #013C56

Tints of Prussian Blue #013C56

RGB

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

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

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

R = 0.68%
G = 40.82%
B = 58.5%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#013C56 (or 0x013C56) is known color: Prussian Blue. HEX triplet: 01, 3C and 56. RGB value is (1,60,86). Sum of RGB (Red+Green+Blue) = 1+60+86=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 60 (23.83% from 255 or 40.82% from 147); Blue value is 86 (33.98% from 255 or 58.50% from 147); Max value from RGB is 86 - color contains mainly: blue. Hex color #013C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013C56 is #FEC3A9. Grayscale: #2D2D2D. Windows color (decimal): -16696234 or 5651457. OLE color: 5651457.

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

Color convert

RGB 1 60 86 -
CMYK 0.99 0.30 0 0.66
HSL 198.35º 0.98% 0.17% -
HSV(B) 198.35º 0.99% 0.34% -
XYZ 3.31 3.91 9.38 -
YUV 45.32 150.95 96.39 -
System Red Green Blue C M Y K H S L
Decimal 1 60 86 0.99 0.30 0 0.66 198.35 0.98 0.17
Hex 1 3C 56 63 1E 0 42 C6 62 11
Octal 1 74 126 143 36 0 102 306 142 21
Binary 1 111100 1010110 1100011 11110 0 1000010 11000110 1100010 10001

Color Harmonies of #013C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013C56

Black with #013C56

Text Example


Text Example

White with #013C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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