#01234A

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

Shades of Prussian Blue #01234A

Tints of Prussian Blue #01234A

Color information

#01234A (or 0x01234A) is unknown color: approx Prussian Blue. HEX triplet: 01, 23 and 4A. RGB value is (1,35,74). Sum of RGB (Red+Green+Blue) = 1+35+74=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 74 (29.30% from 255 or 67.27% from 110); Max value from RGB is 74 - color contains mainly: blue. Hex color #01234A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01234A is #FEDCB5. Grayscale: #1D1D1D. Windows color (decimal): -16702646 or 4858625. OLE color: 4858625.

HSL color Cylindrical-coordinate representation of color #01234A: hue angle of 212.05º 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 #01234A is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB13574-
CMYK0.990.5300.71
HSL212.05º97.33%14.71%-
HSV(B)212.05º98.65%29.02%-
XYZ1.851.76.71-
YUV29.28153.24107.83-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.91%
GREEN value IS 35 (14.06% from 255) = 31.82%
BLUE value IS 74 (29.30% from 255) = 67.27%
R=0.91%
G=31.82%
B=67.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal135740.990.5300.71212.0597.3314.71
Hex1234A6335047d461f
Octal14311214365010732414117
Binary110001110010101100011110101010001111101010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01234A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01234A; }

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

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

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

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

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

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

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

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