Html Css Color HEX #094160 Prussian Blue

📋 copy color: '#094160'

red 9 ◦ green 65 ◦ blue 96

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

Shades of Prussian Blue #094160

Tints of Prussian Blue #094160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 56.47%

R = 5.29%
G = 38.24%
B = 56.47%

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

#094160 (or 0x094160) is known color: Prussian Blue. HEX triplet: 09, 41 and 60. RGB value is (9,65,96). Sum of RGB (Red+Green+Blue) = 9+65+96=170 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.29% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 96 (37.89% from 255 or 56.47% from 170); Max value from RGB is 96 - color contains mainly: blue. Hex color #094160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094160 is #F6BE9F. Grayscale: #333333. Windows color (decimal): -16170656 or 6308105. OLE color: 6308105.

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

Color convert

RGB 9 65 96 -
CMYK 0.91 0.32 0 0.62
HSL 201.38º 0.83% 0.21% -
HSV(B) 201.38º 0.91% 0.38% -
XYZ 4.11 4.68 11.75 -
YUV 51.79 152.95 97.48 -
System Red Green Blue C M Y K H S L
Decimal 9 65 96 0.91 0.32 0 0.62 201.38 0.83 0.21
Hex 9 41 60 5B 20 0 3E C9 53 15
Octal 11 101 140 133 40 0 76 311 123 25
Binary 1001 1000001 1100000 1011011 100000 0 111110 11001001 1010011 10101

Color Harmonies of #094160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094160

Black with #094160

Text Example


Text Example

White with #094160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094160; }

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

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

background-color css

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

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

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

border-color css

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

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

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