#01376A

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

Shades of Prussian Blue #01376A

Tints of Prussian Blue #01376A

Color information

#01376A (or 0x01376A) is unknown color: approx Prussian Blue. HEX triplet: 01, 37 and 6A. RGB value is (1,55,106). Sum of RGB (Red+Green+Blue) = 1+55+106=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 106 (41.80% from 255 or 65.43% from 162); Max value from RGB is 106 - color contains mainly: blue. Hex color #01376A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01376A is #FEC895. Grayscale: #2C2C2C. Windows color (decimal): -16697494 or 6960897. OLE color: 6960897.

HSL color Cylindrical-coordinate representation of color #01376A: hue angle of 209.14º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01376A is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB155106-
CMYK0.990.4800.58
HSL209.14º98.13%20.98%-
HSV(B)209.14º99.06%41.57%-
XYZ3.983.7814.16-
YUV44.67162.6196.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 55 (21.88% from 255) = 33.95%
BLUE value IS 106 (41.80% from 255) = 65.43%
R=0.62%
G=33.95%
B=65.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1551060.990.4800.58209.1498.1320.98
Hex1376A633003Ad16215
Octal1671521436007232114225
Binary111011111010101100011110000011101011010001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01376A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01376A; }

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

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

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

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

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

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

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

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