#01446A

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

Shades of Prussian Blue #01446A

Tints of Prussian Blue #01446A

Color information

#01446A (or 0x01446A) is unknown color: approx Prussian Blue. HEX triplet: 01, 44 and 6A. RGB value is (1,68,106). Sum of RGB (Red+Green+Blue) = 1+68+106=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 106 (41.80% from 255 or 60.57% from 175); Max value from RGB is 106 - color contains mainly: blue. Hex color #01446A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01446A is #FEBB95. Grayscale: #343434. Windows color (decimal): -16694166 or 6964225. OLE color: 6964225.

HSL color Cylindrical-coordinate representation of color #01446A: hue angle of 201.71º 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 #01446A is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB168106-
CMYK0.990.3600.58
HSL201.71º98.13%20.98%-
HSV(B)201.71º99.06%41.57%-
XYZ4.685.1814.39-
YUV52.3158.391.41-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 68 (26.95% from 255) = 38.86%
BLUE value IS 106 (41.80% from 255) = 60.57%
R=0.57%
G=38.86%
B=60.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1681060.990.3600.58201.7198.1320.98
Hex1446A632403Aca6215
Octal11041521434407231214225
Binary1100010011010101100011100100011101011001010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01446A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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