#01234B

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

Shades of Prussian Blue #01234B

Tints of Prussian Blue #01234B

Color information

#01234B (or 0x01234B) is unknown color: approx Prussian Blue. HEX triplet: 01, 23 and 4B. RGB value is (1,35,75). Sum of RGB (Red+Green+Blue) = 1+35+75=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 35 (14.06% from 255 or 31.53% from 111); Blue value is 75 (29.69% from 255 or 67.57% from 111); Max value from RGB is 75 - color contains mainly: blue. Hex color #01234B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01234B is #FEDCB4. Grayscale: #1D1D1D. Windows color (decimal): -16702645 or 4924161. OLE color: 4924161.

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

Color convert

RGB13575-
CMYK0.990.5300.71
HSL212.43º97.37%14.9%-
HSV(B)212.43º98.67%29.41%-
XYZ1.881.726.89-
YUV29.39153.74107.75-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.90%
GREEN value IS 35 (14.06% from 255) = 31.53%
BLUE value IS 75 (29.69% from 255) = 67.57%
R=0.90%
G=31.53%
B=67.57%

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
Decimal135750.990.5300.71212.4397.3714.9
Hex1234B6335047d461f
Octal14311314365010732414117
Binary110001110010111100011110101010001111101010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01234B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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