Html Css Color HEX #013C60 Prussian Blue

📋 copy color: '#013C60'

red 1 ◦ green 60 ◦ blue 96

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

Shades of Prussian Blue #013C60

Tints of Prussian Blue #013C60

RGB

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

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

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

R = 0.64%
G = 38.22%
B = 61.15%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#013C60 (or 0x013C60) is known color: Prussian Blue. HEX triplet: 01, 3C and 60. RGB value is (1,60,96). Sum of RGB (Red+Green+Blue) = 1+60+96=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 96 (37.89% from 255 or 61.15% from 157); Max value from RGB is 96 - color contains mainly: blue. Hex color #013C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013C60 is #FEC39F. Grayscale: #2E2E2E. Windows color (decimal): -16696224 or 6306817. OLE color: 6306817.

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

Color convert

RGB 1 60 96 -
CMYK 0.99 0.38 0 0.62
HSL 202.74º 0.98% 0.19% -
HSV(B) 202.74º 0.99% 0.38% -
XYZ 3.74 4.08 11.66 -
YUV 46.46 155.95 95.57 -
System Red Green Blue C M Y K H S L
Decimal 1 60 96 0.99 0.38 0 0.62 202.74 0.98 0.19
Hex 1 3C 60 63 26 0 3E CB 62 13
Octal 1 74 140 143 46 0 76 313 142 23
Binary 1 111100 1100000 1100011 100110 0 111110 11001011 1100010 10011

Color Harmonies of #013C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013C60

Black with #013C60

Text Example


Text Example

White with #013C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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