#01334D

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

Shades of Prussian Blue #01334D

Tints of Prussian Blue #01334D

Color information

#01334D (or 0x01334D) is unknown color: approx Prussian Blue. HEX triplet: 01, 33 and 4D. RGB value is (1,51,77). Sum of RGB (Red+Green+Blue) = 1+51+77=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 77 (30.47% from 255 or 59.69% from 129); Max value from RGB is 77 - color contains mainly: blue. Hex color #01334D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01334D is #FECCB2. Grayscale: #262626. Windows color (decimal): -16698547 or 5059329. OLE color: 5059329.

HSL color Cylindrical-coordinate representation of color #01334D: hue angle of 200.53º 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 #01334D is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB15177-
CMYK0.990.3400.70
HSL200.53º97.44%15.29%-
HSV(B)200.53º98.7%30.2%-
XYZ2.542.917.45-
YUV39.01149.44100.89-

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.53%
BLUE value IS 77 (30.47% from 255) = 59.69%
R=0.78%
G=39.53%
B=59.69%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal151770.990.3400.70200.5397.4415.29
Hex1334D6322046c961f
Octal16311514342010631114117
Binary111001110011011100011100010010001101100100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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