Html Css Color HEX #013B60 Prussian Blue

📋 copy color: '#013B60'

red 1 ◦ green 59 ◦ blue 96

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

Shades of Prussian Blue #013B60

Tints of Prussian Blue #013B60

RGB

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

 GREEN value IS 59 (23.44% from 255) = 37.82%

 BLUE value IS 96 (37.89% from 255) = 61.54%

R = 0.64%
G = 37.82%
B = 61.54%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#013B60 (or 0x013B60) is known color: Prussian Blue. HEX triplet: 01, 3B and 60. RGB value is (1,59,96). Sum of RGB (Red+Green+Blue) = 1+59+96=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 59 (23.44% from 255 or 37.82% from 156); Blue value is 96 (37.89% from 255 or 61.54% from 156); Max value from RGB is 96 - color contains mainly: blue. Hex color #013B60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013B60 is #FEC49F. Grayscale: #2D2D2D. Windows color (decimal): -16696480 or 6306561. OLE color: 6306561.

HSL color Cylindrical-coordinate representation of color #013B60: hue angle of 203.37º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013B60 is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 59 96 -
CMYK 0.99 0.39 0 0.62
HSL 203.37º 0.98% 0.19% -
HSV(B) 203.37º 0.99% 0.38% -
XYZ 3.69 3.98 11.64 -
YUV 45.88 156.28 95.99 -
System Red Green Blue C M Y K H S L
Decimal 1 59 96 0.99 0.39 0 0.62 203.37 0.98 0.19
Hex 1 3B 60 63 27 0 3E CB 62 13
Octal 1 73 140 143 47 0 76 313 142 23
Binary 1 111011 1100000 1100011 100111 0 111110 11001011 1100010 10011

Color Harmonies of #013B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013B60

Black with #013B60

Text Example


Text Example

White with #013B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,59,96); }

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

background-color css

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

 a { background-color: rgb(1,59,96); }

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

border-color css

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

 span { border-color: rgb(1,59,96); }

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