#093262

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

Shades of Prussian Blue #093262

Tints of Prussian Blue #093262

Color information

#093262 (or 0x093262) is unknown color: approx Prussian Blue. HEX triplet: 09, 32 and 62. RGB value is (9,50,98). Sum of RGB (Red+Green+Blue) = 9+50+98=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 98 (38.67% from 255 or 62.42% from 157); Max value from RGB is 98 - color contains mainly: blue. Hex color #093262 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093262 is #F6CD9D. Grayscale: #2A2A2A. Windows color (decimal): -16174494 or 6435337. OLE color: 6435337.

HSL color Cylindrical-coordinate representation of color #093262: hue angle of 212.36º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #093262 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB95098-
CMYK0.910.4900.62
HSL212.36º83.18%20.98%-
HSV(B)212.36º90.82%38.43%-
XYZ3.463.2211.99-
YUV43.21158.92103.6-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.73%
GREEN value IS 50 (19.92% from 255) = 31.85%
BLUE value IS 98 (38.67% from 255) = 62.42%
R=5.73%
G=31.85%
B=62.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal950980.910.4900.62212.3683.1820.98
Hex932625B3103Ed45315
Octal11621421336107632412325
Binary100111001011000101011011110001011111011010100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093262; }

 p { color: rgb(9,50,98); }

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

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

 a { background-color: rgb(9,50,98); }

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

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

 span { border-color: rgb(9,50,98); }

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