Html Css Color HEX #01345A Prussian Blue

📋 copy color: '#01345A'

red 1 ◦ green 52 ◦ blue 90

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

Shades of Prussian Blue #01345A

Tints of Prussian Blue #01345A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 62.94%

R = 0.7%
G = 36.36%
B = 62.94%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#01345A (or 0x01345A) is known color: Prussian Blue. HEX triplet: 01, 34 and 5A. RGB value is (1,52,90). Sum of RGB (Red+Green+Blue) = 1+52+90=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 90 (35.55% from 255 or 62.94% from 143); Max value from RGB is 90 - color contains mainly: blue. Hex color #01345A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01345A is #FECBA5. Grayscale: #282828. Windows color (decimal): -16698278 or 5911553. OLE color: 5911553.

HSL color Cylindrical-coordinate representation of color #01345A: hue angle of 205.62º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01345A is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 52 90 -
CMYK 0.99 0.42 0 0.65
HSL 205.62º 0.98% 0.18% -
HSV(B) 205.62º 0.99% 0.35% -
XYZ 3.09 3.2 10.13 -
YUV 41.08 155.6 99.41 -
System Red Green Blue C M Y K H S L
Decimal 1 52 90 0.99 0.42 0 0.65 205.62 0.98 0.18
Hex 1 34 5A 63 2A 0 41 CE 62 12
Octal 1 64 132 143 52 0 101 316 142 22
Binary 1 110100 1011010 1100011 101010 0 1000001 11001110 1100010 10010

Color Harmonies of #01345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01345A

Black with #01345A

Text Example


Text Example

White with #01345A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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