#013353

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

Shades of Prussian Blue #013353

Tints of Prussian Blue #013353

Color information

#013353 (or 0x013353) is unknown color: approx Prussian Blue. HEX triplet: 01, 33 and 53. RGB value is (1,51,83). Sum of RGB (Red+Green+Blue) = 1+51+83=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 83 (32.81% from 255 or 61.48% from 135); Max value from RGB is 83 - color contains mainly: blue. Hex color #013353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013353 is #FECCAC. Grayscale: #272727. Windows color (decimal): -16698541 or 5452545. OLE color: 5452545.

HSL color Cylindrical-coordinate representation of color #013353: hue angle of 203.41º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013353 is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB15183-
CMYK0.990.3900.67
HSL203.41º97.62%16.47%-
HSV(B)203.41º98.8%32.55%-
XYZ2.7638.62-
YUV39.7152.44100.4-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.74%
GREEN value IS 51 (20.31% from 255) = 37.78%
BLUE value IS 83 (32.81% from 255) = 61.48%
R=0.74%
G=37.78%
B=61.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal151830.990.3900.67203.4197.6216.47
Hex133536327043cb6210
Octal16312314347010331314220
Binary1110011101001111000111001110100001111001011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013353; }

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

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

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

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

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

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

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

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