Html Css Color HEX #013A5E Prussian Blue

📋 copy color: '#013A5E'

red 1 ◦ green 58 ◦ blue 94

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

Shades of Prussian Blue #013A5E

Tints of Prussian Blue #013A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 61.44%

R = 0.65%
G = 37.91%
B = 61.44%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#013A5E (or 0x013A5E) is known color: Prussian Blue. HEX triplet: 01, 3A and 5E. RGB value is (1,58,94). Sum of RGB (Red+Green+Blue) = 1+58+94=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 58 (23.05% from 255 or 37.91% from 153); Blue value is 94 (37.11% from 255 or 61.44% from 153); Max value from RGB is 94 - color contains mainly: blue. Hex color #013A5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013A5E is #FEC5A1. Grayscale: #2C2C2C. Windows color (decimal): -16696738 or 6175233. OLE color: 6175233.

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

Color convert

RGB 1 58 94 -
CMYK 0.99 0.38 0 0.63
HSL 203.23º 0.98% 0.19% -
HSV(B) 203.23º 0.99% 0.37% -
XYZ 3.55 3.84 11.14 -
YUV 45.06 155.62 96.57 -
System Red Green Blue C M Y K H S L
Decimal 1 58 94 0.99 0.38 0 0.63 203.23 0.98 0.19
Hex 1 3A 5E 63 26 0 3F CB 62 13
Octal 1 72 136 143 46 0 77 313 142 23
Binary 1 111010 1011110 1100011 100110 0 111111 11001011 1100010 10011

Color Harmonies of #013A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A5E

Black with #013A5E

Text Example


Text Example

White with #013A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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