#0A336B

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

Shades of Prussian Blue #0A336B

Tints of Prussian Blue #0A336B

Color information

#0A336B (or 0x0A336B) is unknown color: approx Prussian Blue. HEX triplet: 0A, 33 and 6B. RGB value is (10,51,107). Sum of RGB (Red+Green+Blue) = 10+51+107=168 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.95% from 168); Green value is 51 (20.31% from 255 or 30.36% from 168); Blue value is 107 (42.19% from 255 or 63.69% from 168); Max value from RGB is 107 - color contains mainly: blue. Hex color #0A336B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A336B is #F5CC94. Grayscale: #2C2C2C. Windows color (decimal): -16108693 or 7025418. OLE color: 7025418.

HSL color Cylindrical-coordinate representation of color #0A336B: hue angle of 214.64º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A336B is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1051107-
CMYK0.910.5200.58
HSL214.64º82.91%22.94%-
HSV(B)214.64º90.65%41.96%-
XYZ3.963.4914.38-
YUV45.12162.92102.95-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.95%
GREEN value IS 51 (20.31% from 255) = 30.36%
BLUE value IS 107 (42.19% from 255) = 63.69%
R=5.95%
G=30.36%
B=63.69%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10511070.910.5200.58214.6482.9122.94
HexA336B5B3403Ad75317
Octal12631531336407232712327
Binary101011001111010111011011110100011101011010111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A336B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,51,107); }

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

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

 a { background-color: rgb(10,51,107); }

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

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

 span { border-color: rgb(10,51,107); }

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