Html Css Color HEX #013A5C Prussian Blue

📋 copy color: '#013A5C'

red 1 ◦ green 58 ◦ blue 92

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

Shades of Prussian Blue #013A5C

Tints of Prussian Blue #013A5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 60.93%

R = 0.66%
G = 38.41%
B = 60.93%

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

#013A5C (or 0x013A5C) is known color: Prussian Blue. HEX triplet: 01, 3A and 5C. RGB value is (1,58,92). Sum of RGB (Red+Green+Blue) = 1+58+92=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 58 (23.05% from 255 or 38.41% from 151); Blue value is 92 (36.33% from 255 or 60.93% from 151); Max value from RGB is 92 - color contains mainly: blue. Hex color #013A5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013A5C is #FEC5A3. Grayscale: #2C2C2C. Windows color (decimal): -16696740 or 6044161. OLE color: 6044161.

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

Color convert

RGB 1 58 92 -
CMYK 0.99 0.37 0 0.64
HSL 202.42º 0.98% 0.18% -
HSV(B) 202.42º 0.99% 0.36% -
XYZ 3.46 3.81 10.68 -
YUV 44.83 154.62 96.74 -
System Red Green Blue C M Y K H S L
Decimal 1 58 92 0.99 0.37 0 0.64 202.42 0.98 0.18
Hex 1 3A 5C 63 25 0 40 CA 62 12
Octal 1 72 134 143 45 0 100 312 142 22
Binary 1 111010 1011100 1100011 100101 0 1000000 11001010 1100010 10010

Color Harmonies of #013A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A5C

Black with #013A5C

Text Example


Text Example

White with #013A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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