#0A2F5C

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

Shades of Prussian Blue #0A2F5C

Tints of Prussian Blue #0A2F5C

Color information

#0A2F5C (or 0x0A2F5C) is unknown color: approx Prussian Blue. HEX triplet: 0A, 2F and 5C. RGB value is (10,47,92). Sum of RGB (Red+Green+Blue) = 10+47+92=149 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.71% from 149); Green value is 47 (18.75% from 255 or 31.54% from 149); Blue value is 92 (36.33% from 255 or 61.74% from 149); Max value from RGB is 92 - color contains mainly: blue. Hex color #0A2F5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A2F5C is #F5D0A3. Grayscale: #282828. Windows color (decimal): -16109732 or 6041354. OLE color: 6041354.

HSL color Cylindrical-coordinate representation of color #0A2F5C: hue angle of 212.93º 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 #0A2F5C is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB104792-
CMYK0.890.4900.64
HSL212.93º80.39%20%-
HSV(B)212.93º89.13%36.08%-
XYZ3.072.8710.52-
YUV41.07156.74105.84-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.71%
GREEN value IS 47 (18.75% from 255) = 31.54%
BLUE value IS 92 (36.33% from 255) = 61.74%
R=6.71%
G=31.54%
B=61.74%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1047920.890.4900.64212.9380.3920
HexA2F5C5931040d55014
Octal125713413161010032512024
Binary1010101111101110010110011100010100000011010101101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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