#0A3E60

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

Shades of Prussian Blue #0A3E60

Tints of Prussian Blue #0A3E60

Color information

#0A3E60 (or 0x0A3E60) is unknown color: approx Prussian Blue. HEX triplet: 0A, 3E and 60. RGB value is (10,62,96). Sum of RGB (Red+Green+Blue) = 10+62+96=168 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.95% from 168); Green value is 62 (24.61% from 255 or 36.90% from 168); Blue value is 96 (37.89% from 255 or 57.14% from 168); Max value from RGB is 96 - color contains mainly: blue. Hex color #0A3E60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3E60 is #F5C19F. Grayscale: #323232. Windows color (decimal): -16105888 or 6307338. OLE color: 6307338.

HSL color Cylindrical-coordinate representation of color #0A3E60: hue angle of 203.72º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A3E60 is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB106296-
CMYK0.900.3500.62
HSL203.72º81.13%20.78%-
HSV(B)203.72º89.58%37.65%-
XYZ3.964.3511.7-
YUV50.33153.7799.24-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.95%
GREEN value IS 62 (24.61% from 255) = 36.90%
BLUE value IS 96 (37.89% from 255) = 57.14%
R=5.95%
G=36.90%
B=57.14%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1062960.900.3500.62203.7281.1320.78
HexA3E605A2303Ecc5115
Octal12761401324307631412125
Binary101011111011000001011010100011011111011001100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A3E60; }

 p { color: rgb(10,62,96); }

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

<style>
 a { background-color: #0A3E60; }

 a { background-color: rgb(10,62,96); }

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

<style>
 span { border-color: #0A3E60; }

 span { border-color: rgb(10,62,96); }

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