Html Css Color HEX #013A5D Prussian Blue

📋 copy color: '#013A5D'

red 1 ◦ green 58 ◦ blue 93

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

Shades of Prussian Blue #013A5D

Tints of Prussian Blue #013A5D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 38.16%

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

R = 0.66%
G = 38.16%
B = 61.18%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#013A5D (or 0x013A5D) is known color: Prussian Blue. HEX triplet: 01, 3A and 5D. RGB value is (1,58,93). Sum of RGB (Red+Green+Blue) = 1+58+93=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 58 (23.05% from 255 or 38.16% from 152); Blue value is 93 (36.72% from 255 or 61.18% from 152); Max value from RGB is 93 - color contains mainly: blue. Hex color #013A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013A5D is #FEC5A2. Grayscale: #2C2C2C. Windows color (decimal): -16696739 or 6109697. OLE color: 6109697.

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

Color convert

RGB 1 58 93 -
CMYK 0.99 0.38 0 0.64
HSL 202.83º 0.98% 0.18% -
HSV(B) 202.83º 0.99% 0.36% -
XYZ 3.5 3.82 10.91 -
YUV 44.95 155.12 96.65 -
System Red Green Blue C M Y K H S L
Decimal 1 58 93 0.99 0.38 0 0.64 202.83 0.98 0.18
Hex 1 3A 5D 63 26 0 40 CB 62 12
Octal 1 72 135 143 46 0 100 313 142 22
Binary 1 111010 1011101 1100011 100110 0 1000000 11001011 1100010 10010

Color Harmonies of #013A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A5D

Black with #013A5D

Text Example


Text Example

White with #013A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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