#01385C

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

Shades of Prussian Blue #01385C

Tints of Prussian Blue #01385C

Color information

#01385C (or 0x01385C) is unknown color: approx Prussian Blue. HEX triplet: 01, 38 and 5C. RGB value is (1,56,92). Sum of RGB (Red+Green+Blue) = 1+56+92=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 56 (22.27% from 255 or 37.58% from 149); Blue value is 92 (36.33% from 255 or 61.74% from 149); Max value from RGB is 92 - color contains mainly: blue. Hex color #01385C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01385C is #FEC7A3. Grayscale: #2B2B2B. Windows color (decimal): -16697252 or 6043649. OLE color: 6043649.

HSL color Cylindrical-coordinate representation of color #01385C: hue angle of 203.74º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01385C is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB15692-
CMYK0.990.3900.64
HSL203.74º97.85%18.24%-
HSV(B)203.74º98.91%36.08%-
XYZ3.363.6110.64-
YUV43.66155.2897.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.67%
GREEN value IS 56 (22.27% from 255) = 37.58%
BLUE value IS 92 (36.33% from 255) = 61.74%
R=0.67%
G=37.58%
B=61.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal156920.990.3900.64203.7497.8518.24
Hex1385C6327040cc6212
Octal17013414347010031414222
Binary1111000101110011000111001110100000011001100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,56,92); }

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

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

 a { background-color: rgb(1,56,92); }

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

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

 span { border-color: rgb(1,56,92); }

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