#094462

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

Shades of Prussian Blue #094462

Tints of Prussian Blue #094462

Color information

#094462 (or 0x094462) is unknown color: approx Prussian Blue. HEX triplet: 09, 44 and 62. RGB value is (9,68,98). Sum of RGB (Red+Green+Blue) = 9+68+98=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 98 (38.67% from 255 or 56% from 175); Max value from RGB is 98 - color contains mainly: blue. Hex color #094462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094462 is #F6BB9D. Grayscale: #353535. Windows color (decimal): -16169886 or 6439945. OLE color: 6439945.

HSL color Cylindrical-coordinate representation of color #094462: hue angle of 200.22º 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 #094462 is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB96898-
CMYK0.910.3100.62
HSL200.22º83.18%20.98%-
HSV(B)200.22º90.82%38.43%-
XYZ4.385.0712.3-
YUV53.78152.9596.06-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.14%
GREEN value IS 68 (26.95% from 255) = 38.86%
BLUE value IS 98 (38.67% from 255) = 56%
R=5.14%
G=38.86%
B=56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal968980.910.3100.62200.2283.1820.98
Hex944625B1F03Ec85315
Octal111041421333707631012325
Binary100110001001100010101101111111011111011001000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094462; }

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

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

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

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

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

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

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

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