#0a4264

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

Shades of Prussian Blue #0A4264

Tints of Prussian Blue #0A4264

Color information

#0A4264 (or 0x0A4264) is unknown color: approx Prussian Blue. HEX triplet: 0A, 42 and 64. RGB value is (10,66,100). Sum of RGB (Red+Green+Blue) = 10+66+100=176 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.68% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 100 (39.45% from 255 or 56.82% from 176); Max value from RGB is 100 - color contains mainly: blue. Hex color #0A4264 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A4264 is #F5BD9B. Grayscale: #343434. Windows color (decimal): -16104860 or 6570506. OLE color: 6570506.

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

Color convert

RGB1066100-
CMYK0.900.3400.61
HSL202.67º81.82%21.57%-
HSV(B)202.67º90%39.22%-
XYZ4.374.8812.77-
YUV53.13154.4597.24-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.68%
GREEN value IS 66 (26.17% from 255) = 37.5%
BLUE value IS 100 (39.45% from 255) = 56.82%
R=5.68%
G=37.5%
B=56.82%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10661000.900.3400.61202.6781.8221.57
HexA42645A2203Dcb5216
Octal121021441324207531312226
Binary1010100001011001001011010100010011110111001011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a4264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,66,100); }

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

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

 a { background-color: rgb(10,66,100); }

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

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

 span { border-color: rgb(10,66,100); }

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