Html Css Color HEX #094164 Prussian Blue

📋 copy color: '#094164'

red 9 ◦ green 65 ◦ blue 100

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

Shades of Prussian Blue #094164

Tints of Prussian Blue #094164

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.36%

 BLUE value IS 100 (39.45% from 255) = 57.47%

R = 5.17%
G = 37.36%
B = 57.47%

CMYK

 C value IS 0.91

 M value IS 0.35

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#094164 (or 0x094164) is known color: Prussian Blue. HEX triplet: 09, 41 and 64. RGB value is (9,65,100). Sum of RGB (Red+Green+Blue) = 9+65+100=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 100 (39.45% from 255 or 57.47% from 174); Max value from RGB is 100 - color contains mainly: blue. Hex color #094164 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094164 is #F6BE9B. Grayscale: #343434. Windows color (decimal): -16170652 or 6570249. OLE color: 6570249.

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

Color convert

RGB 9 65 100 -
CMYK 0.91 0.35 0 0.61
HSL 203.08º 0.83% 0.21% -
HSV(B) 203.08º 0.91% 0.39% -
XYZ 4.3 4.76 12.75 -
YUV 52.25 154.95 97.15 -
System Red Green Blue C M Y K H S L
Decimal 9 65 100 0.91 0.35 0 0.61 203.08 0.83 0.21
Hex 9 41 64 5B 23 0 3D CB 53 15
Octal 11 101 144 133 43 0 75 313 123 25
Binary 1001 1000001 1100100 1011011 100011 0 111101 11001011 1010011 10101

Color Harmonies of #094164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094164

Black with #094164

Text Example


Text Example

White with #094164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094164; }

 p { color: rgb(9,65,100); }

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

background-color css

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

 a { background-color: rgb(9,65,100); }

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

border-color css

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

 span { border-color: rgb(9,65,100); }

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