#01305B

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

Shades of Prussian Blue #01305B

Tints of Prussian Blue #01305B

Color information

#01305B (or 0x01305B) is unknown color: approx Prussian Blue. HEX triplet: 01, 30 and 5B. RGB value is (1,48,91). Sum of RGB (Red+Green+Blue) = 1+48+91=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 91 (35.94% from 255 or 65% from 140); Max value from RGB is 91 - color contains mainly: blue. Hex color #01305B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01305B is #FECFA4. Grayscale: #262626. Windows color (decimal): -16699301 or 5976065. OLE color: 5976065.

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

Color convert

RGB14891-
CMYK0.990.4700.64
HSL208.67º97.83%18.04%-
HSV(B)208.67º98.9%35.69%-
XYZ2.962.8810.3-
YUV38.85157.43101-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.71%
GREEN value IS 48 (19.14% from 255) = 34.29%
BLUE value IS 91 (35.94% from 255) = 65%
R=0.71%
G=34.29%
B=65%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal148910.990.4700.64208.6797.8318.04
Hex1305B632F040d16212
Octal16013314357010032114222
Binary1110000101101111000111011110100000011010001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01305B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01305B; }

 p { color: rgb(1,48,91); }

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

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

 a { background-color: rgb(1,48,91); }

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

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

 span { border-color: rgb(1,48,91); }

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