Html Css Color HEX #094362 Prussian Blue

📋 copy color: '#094362'

red 9 ◦ green 67 ◦ blue 98

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

Shades of Prussian Blue #094362

Tints of Prussian Blue #094362

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.51%

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

R = 5.17%
G = 38.51%
B = 56.32%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#094362 (or 0x094362) is known color: Prussian Blue. HEX triplet: 09, 43 and 62. RGB value is (9,67,98). Sum of RGB (Red+Green+Blue) = 9+67+98=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 98 (38.67% from 255 or 56.32% from 174); Max value from RGB is 98 - color contains mainly: blue. Hex color #094362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094362 is #F6BC9D. Grayscale: #353535. Windows color (decimal): -16170142 or 6439689. OLE color: 6439689.

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

Color convert

RGB 9 67 98 -
CMYK 0.91 0.32 0 0.62
HSL 200.9º 0.83% 0.21% -
HSV(B) 200.9º 0.91% 0.38% -
XYZ 4.32 4.95 12.28 -
YUV 53.19 153.28 96.48 -
System Red Green Blue C M Y K H S L
Decimal 9 67 98 0.91 0.32 0 0.62 200.9 0.83 0.21
Hex 9 43 62 5B 20 0 3E C9 53 15
Octal 11 103 142 133 40 0 76 311 123 25
Binary 1001 1000011 1100010 1011011 100000 0 111110 11001001 1010011 10101

Color Harmonies of #094362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094362

Black with #094362

Text Example


Text Example

White with #094362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094362; }

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

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

background-color css

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

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

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

border-color css

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

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

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