#06305B

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

Shades of Prussian Blue #06305B

Tints of Prussian Blue #06305B

Color information

#06305B (or 0x06305B) is unknown color: approx Prussian Blue. HEX triplet: 06, 30 and 5B. RGB value is (6,48,91). Sum of RGB (Red+Green+Blue) = 6+48+91=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 91 (35.94% from 255 or 62.76% from 145); Max value from RGB is 91 - color contains mainly: blue. Hex color #06305B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06305B is #F9CFA4. Grayscale: #282828. Windows color (decimal): -16371621 or 5976070. OLE color: 5976070.

HSL color Cylindrical-coordinate representation of color #06305B: hue angle of 210.35º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06305B is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB64891-
CMYK0.930.4700.64
HSL210.35º87.63%19.02%-
HSV(B)210.35º93.41%35.69%-
XYZ3.022.9110.3-
YUV40.34156.59103.5-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.14%
GREEN value IS 48 (19.14% from 255) = 33.10%
BLUE value IS 91 (35.94% from 255) = 62.76%
R=4.14%
G=33.10%
B=62.76%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal648910.930.4700.64210.3587.6319.02
Hex6305B5D2F040d25813
Octal66013313557010032213023
Binary110110000101101110111011011110100000011010010101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06305B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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