Html Css Color HEX #013D59 Prussian Blue

📋 copy color: '#013D59'

red 1 ◦ green 61 ◦ blue 89

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

Shades of Prussian Blue #013D59

Tints of Prussian Blue #013D59

RGB

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

 GREEN value IS 61 (24.22% from 255) = 40.4%

 BLUE value IS 89 (35.16% from 255) = 58.94%

R = 0.66%
G = 40.4%
B = 58.94%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#013D59 (or 0x013D59) is known color: Prussian Blue. HEX triplet: 01, 3D and 59. RGB value is (1,61,89). Sum of RGB (Red+Green+Blue) = 1+61+89=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 61 (24.22% from 255 or 40.40% from 151); Blue value is 89 (35.16% from 255 or 58.94% from 151); Max value from RGB is 89 - color contains mainly: blue. Hex color #013D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013D59 is #FEC2A6. Grayscale: #2E2E2E. Windows color (decimal): -16695975 or 5848321. OLE color: 5848321.

HSL color Cylindrical-coordinate representation of color #013D59: hue angle of 199.09º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013D59 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 61 89 -
CMYK 0.99 0.31 0 0.65
HSL 199.09º 0.98% 0.18% -
HSV(B) 199.09º 0.99% 0.35% -
XYZ 3.48 4.07 10.05 -
YUV 46.25 152.12 95.72 -
System Red Green Blue C M Y K H S L
Decimal 1 61 89 0.99 0.31 0 0.65 199.09 0.98 0.18
Hex 1 3D 59 63 1F 0 41 C7 62 12
Octal 1 75 131 143 37 0 101 307 142 22
Binary 1 111101 1011001 1100011 11111 0 1000001 11000111 1100010 10010

Color Harmonies of #013D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013D59

Black with #013D59

Text Example


Text Example

White with #013D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,61,89); }

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

background-color css

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

 a { background-color: rgb(1,61,89); }

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

border-color css

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

 span { border-color: rgb(1,61,89); }

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