#06365C

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

Shades of Prussian Blue #06365C

Tints of Prussian Blue #06365C

Color information

#06365C (or 0x06365C) is unknown color: approx Prussian Blue. HEX triplet: 06, 36 and 5C. RGB value is (6,54,92). Sum of RGB (Red+Green+Blue) = 6+54+92=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 92 (36.33% from 255 or 60.53% from 152); Max value from RGB is 92 - color contains mainly: blue. Hex color #06365C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06365C is #F9C9A3. Grayscale: #2B2B2B. Windows color (decimal): -16370084 or 6043142. OLE color: 6043142.

HSL color Cylindrical-coordinate representation of color #06365C: hue angle of 206.51º 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 #06365C is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB65492-
CMYK0.930.4100.64
HSL206.51º87.76%19.22%-
HSV(B)206.51º93.48%36.08%-
XYZ3.333.4510.62-
YUV43.98155.1100.91-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.95%
GREEN value IS 54 (21.48% from 255) = 35.53%
BLUE value IS 92 (36.33% from 255) = 60.53%
R=3.95%
G=35.53%
B=60.53%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal654920.930.4100.64206.5187.7619.22
Hex6365C5D29040cf5813
Octal66613413551010031713023
Binary110110110101110010111011010010100000011001111101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06365C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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