Html Css Color HEX #094369 Prussian Blue

📋 copy color: '#094369'

red 9 ◦ green 67 ◦ blue 105

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

Shades of Prussian Blue #094369

Tints of Prussian Blue #094369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 58.01%

R = 4.97%
G = 37.02%
B = 58.01%

CMYK

 C value IS 0.91

 M value IS 0.36

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#094369 (or 0x094369) is known color: Prussian Blue. HEX triplet: 09, 43 and 69. RGB value is (9,67,105). Sum of RGB (Red+Green+Blue) = 9+67+105=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 105 (41.41% from 255 or 58.01% from 181); Max value from RGB is 105 - color contains mainly: blue. Hex color #094369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094369 is #F6BC96. Grayscale: #353535. Windows color (decimal): -16170135 or 6898441. OLE color: 6898441.

HSL color Cylindrical-coordinate representation of color #094369: hue angle of 203.75º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #094369 is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 67 105 -
CMYK 0.91 0.36 0 0.59
HSL 203.75º 0.84% 0.22% -
HSV(B) 203.75º 0.91% 0.41% -
XYZ 4.67 5.09 14.1 -
YUV 53.99 156.78 95.91 -
System Red Green Blue C M Y K H S L
Decimal 9 67 105 0.91 0.36 0 0.59 203.75 0.84 0.22
Hex 9 43 69 5B 24 0 3B CC 54 16
Octal 11 103 151 133 44 0 73 314 124 26
Binary 1001 1000011 1101001 1011011 100100 0 111011 11001100 1010100 10110

Color Harmonies of #094369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094369

Black with #094369

Text Example


Text Example

White with #094369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094369; }

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

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

background-color css

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

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

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

border-color css

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

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

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