#06365A

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

Shades of Prussian Blue #06365A

Tints of Prussian Blue #06365A

Color information

#06365A (or 0x06365A) is unknown color: approx Prussian Blue. HEX triplet: 06, 36 and 5A. RGB value is (6,54,90). Sum of RGB (Red+Green+Blue) = 6+54+90=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 54 (21.48% from 255 or 36% from 150); Blue value is 90 (35.55% from 255 or 60% from 150); Max value from RGB is 90 - color contains mainly: blue. Hex color #06365A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06365A is #F9C9A5. Grayscale: #2B2B2B. Windows color (decimal): -16370086 or 5912070. OLE color: 5912070.

HSL color Cylindrical-coordinate representation of color #06365A: hue angle of 205.71º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06365A is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB65490-
CMYK0.930.4000.65
HSL205.71º87.5%18.82%-
HSV(B)205.71º93.33%35.29%-
XYZ3.243.4210.16-
YUV43.75154.1101.07-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4%
GREEN value IS 54 (21.48% from 255) = 36%
BLUE value IS 90 (35.55% from 255) = 60%
R=4%
G=36%
B=60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal654900.930.4000.65205.7187.518.82
Hex6365A5D28041ce5813
Octal66613213550010131613023
Binary110110110101101010111011010000100000111001110101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06365A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,54,90); }

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

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

 a { background-color: rgb(6,54,90); }

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

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

 span { border-color: rgb(6,54,90); }

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