#01375C

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

Shades of Prussian Blue #01375C

Tints of Prussian Blue #01375C

Color information

#01375C (or 0x01375C) is unknown color: approx Prussian Blue. HEX triplet: 01, 37 and 5C. RGB value is (1,55,92). Sum of RGB (Red+Green+Blue) = 1+55+92=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 55 (21.88% from 255 or 37.16% from 148); Blue value is 92 (36.33% from 255 or 62.16% from 148); Max value from RGB is 92 - color contains mainly: blue. Hex color #01375C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01375C is #FEC8A3. Grayscale: #2A2A2A. Windows color (decimal): -16697508 or 6043393. OLE color: 6043393.

HSL color Cylindrical-coordinate representation of color #01375C: hue angle of 204.4º 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 #01375C is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB15592-
CMYK0.990.4000.64
HSL204.4º97.85%18.24%-
HSV(B)204.4º98.91%36.08%-
XYZ3.313.5110.63-
YUV43.07155.6197.99-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 55 (21.88% from 255) = 37.16%
BLUE value IS 92 (36.33% from 255) = 62.16%
R=0.68%
G=37.16%
B=62.16%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal155920.990.4000.64204.497.8518.24
Hex1375C6328040cc6212
Octal16713414350010031414222
Binary1110111101110011000111010000100000011001100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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