Html Css Color HEX #01345E Prussian Blue

📋 copy color: '#01345E'

red 1 ◦ green 52 ◦ blue 94

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

Shades of Prussian Blue #01345E

Tints of Prussian Blue #01345E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 35.37%

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

R = 0.68%
G = 35.37%
B = 63.95%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#01345E (or 0x01345E) is known color: Prussian Blue. HEX triplet: 01, 34 and 5E. RGB value is (1,52,94). Sum of RGB (Red+Green+Blue) = 1+52+94=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 94 (37.11% from 255 or 63.95% from 147); Max value from RGB is 94 - color contains mainly: blue. Hex color #01345E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01345E is #FECBA1. Grayscale: #292929. Windows color (decimal): -16698274 or 6173697. OLE color: 6173697.

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

Color convert

RGB 1 52 94 -
CMYK 0.99 0.45 0 0.63
HSL 207.1º 0.98% 0.19% -
HSV(B) 207.1º 0.99% 0.37% -
XYZ 3.26 3.27 11.05 -
YUV 41.54 157.6 99.08 -
System Red Green Blue C M Y K H S L
Decimal 1 52 94 0.99 0.45 0 0.63 207.1 0.98 0.19
Hex 1 34 5E 63 2D 0 3F CF 62 13
Octal 1 64 136 143 55 0 77 317 142 23
Binary 1 110100 1011110 1100011 101101 0 111111 11001111 1100010 10011

Color Harmonies of #01345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01345E

Black with #01345E

Text Example


Text Example

White with #01345E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01345E; }

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

 H1.HeaderClassName
 {
   color: #01345E;
 }
 .AnyTagClassName
 {
   color: #01345E;
 }
</style>

background-color css

<style>
 a { background-color: #01345E; }

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

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

border-color css

<style>
 span { border-color: #01345E; }

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

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