#01335F

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

Shades of Prussian Blue #01335F

Tints of Prussian Blue #01335F

Color information

#01335F (or 0x01335F) is unknown color: approx Prussian Blue. HEX triplet: 01, 33 and 5F. RGB value is (1,51,95). Sum of RGB (Red+Green+Blue) = 1+51+95=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 95 (37.5% from 255 or 64.63% from 147); Max value from RGB is 95 - color contains mainly: blue. Hex color #01335F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01335F is #FECCA0. Grayscale: #282828. Windows color (decimal): -16698529 or 6238977. OLE color: 6238977.

HSL color Cylindrical-coordinate representation of color #01335F: hue angle of 208.09º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01335F is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB15195-
CMYK0.990.4600.63
HSL208.09º97.92%18.82%-
HSV(B)208.09º98.95%37.25%-
XYZ3.263.211.27-
YUV41.07158.4499.42-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 51 (20.31% from 255) = 34.69%
BLUE value IS 95 (37.5% from 255) = 64.63%
R=0.68%
G=34.69%
B=64.63%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal151950.990.4600.63208.0997.9218.82
Hex1335F632E03Fd06213
Octal1631371435607732014223
Binary111001110111111100011101110011111111010000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01335F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01335F; }

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

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

<style>
 a { background-color: #01335F; }

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

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

<style>
 span { border-color: #01335F; }

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

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