Html Css Color HEX #01324E Prussian Blue

📋 copy color: '#01324E'

red 1 ◦ green 50 ◦ blue 78

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

Shades of Prussian Blue #01324E

Tints of Prussian Blue #01324E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 38.76%

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

R = 0.78%
G = 38.76%
B = 60.47%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#01324E (or 0x01324E) is known color: Prussian Blue. HEX triplet: 01, 32 and 4E. RGB value is (1,50,78). Sum of RGB (Red+Green+Blue) = 1+50+78=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 78 (30.86% from 255 or 60.47% from 129); Max value from RGB is 78 - color contains mainly: blue. Hex color #01324E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01324E is #FECDB1. Grayscale: #262626. Windows color (decimal): -16698802 or 5124609. OLE color: 5124609.

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

Color convert

RGB 1 50 78 -
CMYK 0.99 0.36 0 0.69
HSL 201.82º 0.97% 0.15% -
HSV(B) 201.82º 0.99% 0.31% -
XYZ 2.53 2.84 7.62 -
YUV 38.54 150.27 101.22 -
System Red Green Blue C M Y K H S L
Decimal 1 50 78 0.99 0.36 0 0.69 201.82 0.97 0.15
Hex 1 32 4E 63 24 0 45 CA 61 F
Octal 1 62 116 143 44 0 105 312 141 17
Binary 1 110010 1001110 1100011 100100 0 1000101 11001010 1100001 1111

Color Harmonies of #01324E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01324E

Black with #01324E

Text Example


Text Example

White with #01324E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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