Html Css Color HEX #01345F Prussian Blue

📋 copy color: '#01345F'

red 1 ◦ green 52 ◦ blue 95

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

Shades of Prussian Blue #01345F

Tints of Prussian Blue #01345F

RGB

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

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

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

R = 0.68%
G = 35.14%
B = 64.19%

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

#01345F (or 0x01345F) is known color: Prussian Blue. HEX triplet: 01, 34 and 5F. RGB value is (1,52,95). Sum of RGB (Red+Green+Blue) = 1+52+95=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 95 (37.5% from 255 or 64.19% from 148); Max value from RGB is 95 - color contains mainly: blue. Hex color #01345F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01345F is #FECBA0. Grayscale: #292929. Windows color (decimal): -16698273 or 6239233. OLE color: 6239233.

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

Color convert

RGB 1 52 95 -
CMYK 0.99 0.45 0 0.63
HSL 207.45º 0.98% 0.19% -
HSV(B) 207.45º 0.99% 0.37% -
XYZ 3.31 3.29 11.29 -
YUV 41.65 158.1 99 -
System Red Green Blue C M Y K H S L
Decimal 1 52 95 0.99 0.45 0 0.63 207.45 0.98 0.19
Hex 1 34 5F 63 2D 0 3F CF 62 13
Octal 1 64 137 143 55 0 77 317 142 23
Binary 1 110100 1011111 1100011 101101 0 111111 11001111 1100010 10011

Color Harmonies of #01345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01345F

Black with #01345F

Text Example


Text Example

White with #01345F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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