Html Css Color HEX #01354E Prussian Blue

📋 copy color: '#01354E'

red 1 ◦ green 53 ◦ blue 78

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

Shades of Prussian Blue #01354E

Tints of Prussian Blue #01354E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 40.15%

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

R = 0.76%
G = 40.15%
B = 59.09%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#01354E (or 0x01354E) is known color: Prussian Blue. HEX triplet: 01, 35 and 4E. RGB value is (1,53,78). Sum of RGB (Red+Green+Blue) = 1+53+78=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 78 (30.86% from 255 or 59.09% from 132); Max value from RGB is 78 - color contains mainly: blue. Hex color #01354E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01354E is #FECAB1. Grayscale: #282828. Windows color (decimal): -16698034 or 5125377. OLE color: 5125377.

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

Color convert

RGB 1 53 78 -
CMYK 0.99 0.32 0 0.69
HSL 199.48º 0.97% 0.15% -
HSV(B) 199.48º 0.99% 0.31% -
XYZ 2.66 3.1 7.67 -
YUV 40.3 149.27 99.97 -
System Red Green Blue C M Y K H S L
Decimal 1 53 78 0.99 0.32 0 0.69 199.48 0.97 0.15
Hex 1 35 4E 63 20 0 45 C7 61 F
Octal 1 65 116 143 40 0 105 307 141 17
Binary 1 110101 1001110 1100011 100000 0 1000101 11000111 1100001 1111

Color Harmonies of #01354E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01354E

Black with #01354E

Text Example


Text Example

White with #01354E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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