Html Css Color HEX #01344E Prussian Blue

📋 copy color: '#01344E'

red 1 ◦ green 52 ◦ blue 78

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

Shades of Prussian Blue #01344E

Tints of Prussian Blue #01344E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 59.54%

R = 0.76%
G = 39.69%
B = 59.54%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#01344E (or 0x01344E) is known color: Prussian Blue. HEX triplet: 01, 34 and 4E. RGB value is (1,52,78). Sum of RGB (Red+Green+Blue) = 1+52+78=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 52 (20.70% from 255 or 39.69% from 131); Blue value is 78 (30.86% from 255 or 59.54% from 131); Max value from RGB is 78 - color contains mainly: blue. Hex color #01344E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01344E is #FECBB1. Grayscale: #272727. Windows color (decimal): -16698290 or 5125121. OLE color: 5125121.

HSL color Cylindrical-coordinate representation of color #01344E: hue angle of 200.26º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01344E is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 52 78 -
CMYK 0.99 0.33 0 0.69
HSL 200.26º 0.97% 0.15% -
HSV(B) 200.26º 0.99% 0.31% -
XYZ 2.62 3.01 7.65 -
YUV 39.72 149.6 100.39 -
System Red Green Blue C M Y K H S L
Decimal 1 52 78 0.99 0.33 0 0.69 200.26 0.97 0.15
Hex 1 34 4E 63 21 0 45 C8 61 F
Octal 1 64 116 143 41 0 105 310 141 17
Binary 1 110100 1001110 1100011 100001 0 1000101 11001000 1100001 1111

Color Harmonies of #01344E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01344E

Black with #01344E

Text Example


Text Example

White with #01344E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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