#01334C

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

Shades of Prussian Blue #01334C

Tints of Prussian Blue #01334C

Color information

#01334C (or 0x01334C) is unknown color: approx Prussian Blue. HEX triplet: 01, 33 and 4C. RGB value is (1,51,76). Sum of RGB (Red+Green+Blue) = 1+51+76=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 76 (30.08% from 255 or 59.38% from 128); Max value from RGB is 76 - color contains mainly: blue. Hex color #01334C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01334C is #FECCB3. Grayscale: #262626. Windows color (decimal): -16698548 or 4993793. OLE color: 4993793.

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

Color convert

RGB15176-
CMYK0.990.3300.70
HSL200º97.4%15.1%-
HSV(B)200º98.68%29.8%-
XYZ2.52.97.26-
YUV38.9148.94100.97-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.78%
GREEN value IS 51 (20.31% from 255) = 39.84%
BLUE value IS 76 (30.08% from 255) = 59.38%
R=0.78%
G=39.84%
B=59.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal151760.990.3300.7020097.415.1
Hex1334C6321046c861f
Octal16311414341010631014117
Binary111001110011001100011100001010001101100100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01334C; }

 p { color: rgb(1,51,76); }

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

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

 a { background-color: rgb(1,51,76); }

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

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

 span { border-color: rgb(1,51,76); }

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