Html Css Color HEX #094562 Prussian Blue

📋 copy color: '#094562'

red 9 ◦ green 69 ◦ blue 98

#094562
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prussian Blue #094562

Tints of Prussian Blue #094562

RGB

 RED value IS 9 (3.91% from 255) = 5.11%

 GREEN value IS 69 (27.34% from 255) = 39.2%

 BLUE value IS 98 (38.67% from 255) = 55.68%

R = 5.11%
G = 39.2%
B = 55.68%

CMYK

 C value IS 0.91

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#094562 (or 0x094562) is known color: Prussian Blue. HEX triplet: 09, 45 and 62. RGB value is (9,69,98). Sum of RGB (Red+Green+Blue) = 9+69+98=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 69 (27.34% from 255 or 39.20% from 176); Blue value is 98 (38.67% from 255 or 55.68% from 176); Max value from RGB is 98 - color contains mainly: blue. Hex color #094562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094562 is #F6BA9D. Grayscale: #363636. Windows color (decimal): -16169630 or 6440201. OLE color: 6440201.

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

Color convert

RGB 9 69 98 -
CMYK 0.91 0.30 0 0.62
HSL 199.55º 0.83% 0.21% -
HSV(B) 199.55º 0.91% 0.38% -
XYZ 4.45 5.2 12.32 -
YUV 54.37 152.62 95.64 -
System Red Green Blue C M Y K H S L
Decimal 9 69 98 0.91 0.30 0 0.62 199.55 0.83 0.21
Hex 9 45 62 5B 1E 0 3E C8 53 15
Octal 11 105 142 133 36 0 76 310 123 25
Binary 1001 1000101 1100010 1011011 11110 0 111110 11001000 1010011 10101

Color Harmonies of #094562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094562

Black with #094562

Text Example


Text Example

White with #094562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094562; }

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

 H1.HeaderClassName
 {
   color: #094562;
 }
 .AnyTagClassName
 {
   color: #094562;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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