#01324B

Color #01324B Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #01324B

Tints of Prussian Blue #01324B

Color information

#01324B (or 0x01324B) is unknown color: approx Prussian Blue. HEX triplet: 01, 32 and 4B. RGB value is (1,50,75). Sum of RGB (Red+Green+Blue) = 1+50+75=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 50 (19.92% from 255 or 39.68% from 126); Blue value is 75 (29.69% from 255 or 59.52% from 126); Max value from RGB is 75 - color contains mainly: blue. Hex color #01324B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01324B is #FECDB4. Grayscale: #262626. Windows color (decimal): -16698805 or 4928001. OLE color: 4928001.

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

Color convert

RGB15075-
CMYK0.990.3300.71
HSL200.27º97.37%14.9%-
HSV(B)200.27º98.67%29.41%-
XYZ2.422.87.07-
YUV38.2148.77101.47-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.79%
GREEN value IS 50 (19.92% from 255) = 39.68%
BLUE value IS 75 (29.69% from 255) = 59.52%
R=0.79%
G=39.68%
B=59.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal150750.990.3300.71200.2797.3714.9
Hex1324B6321047c861f
Octal16211314341010731014117
Binary111001010010111100011100001010001111100100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01324B;
 }
 .AnyTagClassName
 {
   color: #01324B;
 }
</style>
background-color css

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

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

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

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

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

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