#06316E

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

Shades of Prussian Blue #06316E

Tints of Prussian Blue #06316E

Color information

#06316E (or 0x06316E) is unknown color: approx Prussian Blue. HEX triplet: 06, 31 and 6E. RGB value is (6,49,110). Sum of RGB (Red+Green+Blue) = 6+49+110=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 49 (19.53% from 255 or 29.70% from 165); Blue value is 110 (43.36% from 255 or 66.67% from 165); Max value from RGB is 110 - color contains mainly: blue. Hex color #06316E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06316E is #F9CE91. Grayscale: #2A2A2A. Windows color (decimal): -16371346 or 7221510. OLE color: 7221510.

HSL color Cylindrical-coordinate representation of color #06316E: hue angle of 215.19º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06316E is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB649110-
CMYK0.950.5500.57
HSL215.19º89.66%22.75%-
HSV(B)215.19º94.55%43.14%-
XYZ3.993.3615.19-
YUV43.1165.75101.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.64%
GREEN value IS 49 (19.53% from 255) = 29.70%
BLUE value IS 110 (43.36% from 255) = 66.67%
R=3.64%
G=29.70%
B=66.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6491100.950.5500.57215.1989.6622.75
Hex6316E5F37039d75a17
Octal6611561376707132713227
Binary11011000111011101011111110111011100111010111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06316E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06316E; }

 p { color: rgb(6,49,110); }

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

<style>
 a { background-color: #06316E; }

 a { background-color: rgb(6,49,110); }

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

<style>
 span { border-color: #06316E; }

 span { border-color: rgb(6,49,110); }

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