#0A385C

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

Shades of Prussian Blue #0A385C

Tints of Prussian Blue #0A385C

Color information

#0A385C (or 0x0A385C) is unknown color: approx Prussian Blue. HEX triplet: 0A, 38 and 5C. RGB value is (10,56,92). Sum of RGB (Red+Green+Blue) = 10+56+92=158 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.33% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 92 (36.33% from 255 or 58.23% from 158); Max value from RGB is 92 - color contains mainly: blue. Hex color #0A385C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A385C is #F5C7A3. Grayscale: #2E2E2E. Windows color (decimal): -16107428 or 6043658. OLE color: 6043658.

HSL color Cylindrical-coordinate representation of color #0A385C: hue angle of 206.34º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A385C is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB105692-
CMYK0.890.3900.64
HSL206.34º80.39%20%-
HSV(B)206.34º89.13%36.08%-
XYZ3.473.6710.65-
YUV46.35153.76102.07-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.33%
GREEN value IS 56 (22.27% from 255) = 35.44%
BLUE value IS 92 (36.33% from 255) = 58.23%
R=6.33%
G=35.44%
B=58.23%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1056920.890.3900.64206.3480.3920
HexA385C5927040ce5014
Octal127013413147010031612024
Binary1010111000101110010110011001110100000011001110101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,56,92); }

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

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

 a { background-color: rgb(10,56,92); }

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

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

 span { border-color: rgb(10,56,92); }

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