Html Css Color HEX #013B5D Prussian Blue

📋 copy color: '#013B5D'

red 1 ◦ green 59 ◦ blue 93

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

Shades of Prussian Blue #013B5D

Tints of Prussian Blue #013B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 60.78%

R = 0.65%
G = 38.56%
B = 60.78%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#013B5D (or 0x013B5D) is known color: Prussian Blue. HEX triplet: 01, 3B and 5D. RGB value is (1,59,93). Sum of RGB (Red+Green+Blue) = 1+59+93=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 59 (23.44% from 255 or 38.56% from 153); Blue value is 93 (36.72% from 255 or 60.78% from 153); Max value from RGB is 93 - color contains mainly: blue. Hex color #013B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013B5D is #FEC4A2. Grayscale: #2D2D2D. Windows color (decimal): -16696483 or 6109953. OLE color: 6109953.

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

Color convert

RGB 1 59 93 -
CMYK 0.99 0.37 0 0.64
HSL 202.17º 0.98% 0.18% -
HSV(B) 202.17º 0.99% 0.36% -
XYZ 3.55 3.92 10.93 -
YUV 45.53 154.78 96.24 -
System Red Green Blue C M Y K H S L
Decimal 1 59 93 0.99 0.37 0 0.64 202.17 0.98 0.18
Hex 1 3B 5D 63 25 0 40 CA 62 12
Octal 1 73 135 143 45 0 100 312 142 22
Binary 1 111011 1011101 1100011 100101 0 1000000 11001010 1100010 10010

Color Harmonies of #013B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013B5D

Black with #013B5D

Text Example


Text Example

White with #013B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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