#012348

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

Shades of Prussian Blue #012348

Tints of Prussian Blue #012348

Color information

#012348 (or 0x012348) is unknown color: approx Prussian Blue. HEX triplet: 01, 23 and 48. RGB value is (1,35,72). Sum of RGB (Red+Green+Blue) = 1+35+72=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 72 (28.52% from 255 or 66.67% from 108); Max value from RGB is 72 - color contains mainly: blue. Hex color #012348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012348 is #FEDCB7. Grayscale: #1C1C1C. Windows color (decimal): -16702648 or 4727553. OLE color: 4727553.

HSL color Cylindrical-coordinate representation of color #012348: hue angle of 211.27º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012348 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB13572-
CMYK0.990.5100.72
HSL211.27º97.26%14.31%-
HSV(B)211.27º98.61%28.24%-
XYZ1.781.686.36-
YUV29.05152.24107.99-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.93%
GREEN value IS 35 (14.06% from 255) = 32.41%
BLUE value IS 72 (28.52% from 255) = 66.67%
R=0.93%
G=32.41%
B=66.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal135720.990.5100.72211.2797.2614.31
Hex123486333048d361e
Octal14311014363011032314116
Binary110001110010001100011110011010010001101001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012348; }

 p { color: rgb(1,35,72); }

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

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

 a { background-color: rgb(1,35,72); }

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

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

 span { border-color: rgb(1,35,72); }

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