Html Css Color HEX #013A5F Prussian Blue

📋 copy color: '#013A5F'

red 1 ◦ green 58 ◦ blue 95

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

Shades of Prussian Blue #013A5F

Tints of Prussian Blue #013A5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 61.69%

R = 0.65%
G = 37.66%
B = 61.69%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#013A5F (or 0x013A5F) is known color: Prussian Blue. HEX triplet: 01, 3A and 5F. RGB value is (1,58,95). Sum of RGB (Red+Green+Blue) = 1+58+95=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 58 (23.05% from 255 or 37.66% from 154); Blue value is 95 (37.5% from 255 or 61.69% from 154); Max value from RGB is 95 - color contains mainly: blue. Hex color #013A5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013A5F is #FEC5A0. Grayscale: #2C2C2C. Windows color (decimal): -16696737 or 6240769. OLE color: 6240769.

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

Color convert

RGB 1 58 95 -
CMYK 0.99 0.39 0 0.63
HSL 203.62º 0.98% 0.19% -
HSV(B) 203.62º 0.99% 0.37% -
XYZ 3.59 3.86 11.38 -
YUV 45.18 156.12 96.49 -
System Red Green Blue C M Y K H S L
Decimal 1 58 95 0.99 0.39 0 0.63 203.62 0.98 0.19
Hex 1 3A 5F 63 27 0 3F CC 62 13
Octal 1 72 137 143 47 0 77 314 142 23
Binary 1 111010 1011111 1100011 100111 0 111111 11001100 1100010 10011

Color Harmonies of #013A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A5F

Black with #013A5F

Text Example


Text Example

White with #013A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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