#012C4B

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

Shades of Prussian Blue #012C4B

Tints of Prussian Blue #012C4B

Color information

#012C4B (or 0x012C4B) is unknown color: approx Prussian Blue. HEX triplet: 01, 2C and 4B. RGB value is (1,44,75). Sum of RGB (Red+Green+Blue) = 1+44+75=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 44 (17.58% from 255 or 36.67% from 120); Blue value is 75 (29.69% from 255 or 62.5% from 120); Max value from RGB is 75 - color contains mainly: blue. Hex color #012C4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012C4B is #FED3B4. Grayscale: #222222. Windows color (decimal): -16700341 or 4926465. OLE color: 4926465.

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

Color convert

RGB14475-
CMYK0.990.4100.71
HSL205.14º97.37%14.9%-
HSV(B)205.14º98.67%29.41%-
XYZ2.182.326.99-
YUV34.68150.75103.98-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 44 (17.58% from 255) = 36.67%
BLUE value IS 75 (29.69% from 255) = 62.5%
R=0.83%
G=36.67%
B=62.5%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal144750.990.4100.71205.1497.3714.9
Hex12C4B6329047cd61f
Octal15411314351010731514117
Binary110110010010111100011101001010001111100110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012C4B; }

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

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

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

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

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

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

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

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