#0A3D65

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

Shades of Prussian Blue #0A3D65

Tints of Prussian Blue #0A3D65

Color information

#0A3D65 (or 0x0A3D65) is unknown color: approx Prussian Blue. HEX triplet: 0A, 3D and 65. RGB value is (10,61,101). Sum of RGB (Red+Green+Blue) = 10+61+101=172 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.81% from 172); Green value is 61 (24.22% from 255 or 35.47% from 172); Blue value is 101 (39.84% from 255 or 58.72% from 172); Max value from RGB is 101 - color contains mainly: blue. Hex color #0A3D65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3D65 is #F5C29A. Grayscale: #323232. Windows color (decimal): -16106139 or 6634762. OLE color: 6634762.

HSL color Cylindrical-coordinate representation of color #0A3D65: hue angle of 206.37º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A3D65 is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1061101-
CMYK0.900.4000.60
HSL206.37º81.98%21.76%-
HSV(B)206.37º90.1%39.61%-
XYZ4.144.3412.93-
YUV50.31156.699.25-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.81%
GREEN value IS 61 (24.22% from 255) = 35.47%
BLUE value IS 101 (39.84% from 255) = 58.72%
R=5.81%
G=35.47%
B=58.72%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10611010.900.4000.60206.3781.9821.76
HexA3D655A2803Cce5216
Octal12751451325007431612226
Binary101011110111001011011010101000011110011001110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,61,101); }

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

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

 a { background-color: rgb(10,61,101); }

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

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

 span { border-color: rgb(10,61,101); }

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