Html Css Color HEX #013A5B Prussian Blue

📋 copy color: '#013A5B'

red 1 ◦ green 58 ◦ blue 91

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

Shades of Prussian Blue #013A5B

Tints of Prussian Blue #013A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 60.67%

R = 0.67%
G = 38.67%
B = 60.67%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#013A5B (or 0x013A5B) is known color: Prussian Blue. HEX triplet: 01, 3A and 5B. RGB value is (1,58,91). Sum of RGB (Red+Green+Blue) = 1+58+91=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 58 (23.05% from 255 or 38.67% from 150); Blue value is 91 (35.94% from 255 or 60.67% from 150); Max value from RGB is 91 - color contains mainly: blue. Hex color #013A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013A5B is #FEC5A4. Grayscale: #2C2C2C. Windows color (decimal): -16696741 or 5978625. OLE color: 5978625.

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

Color convert

RGB 1 58 91 -
CMYK 0.99 0.36 0 0.64
HSL 202º 0.98% 0.18% -
HSV(B) 202º 0.99% 0.36% -
XYZ 3.41 3.79 10.45 -
YUV 44.72 154.12 96.82 -
System Red Green Blue C M Y K H S L
Decimal 1 58 91 0.99 0.36 0 0.64 202 0.98 0.18
Hex 1 3A 5B 63 24 0 40 CA 62 12
Octal 1 72 133 143 44 0 100 312 142 22
Binary 1 111010 1011011 1100011 100100 0 1000000 11001010 1100010 10010

Color Harmonies of #013A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A5B

Black with #013A5B

Text Example


Text Example

White with #013A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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