Html Css Color HEX #094666 Prussian Blue

📋 copy color: '#094666'

red 9 ◦ green 70 ◦ blue 102

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

Shades of Prussian Blue #094666

Tints of Prussian Blue #094666

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.67%

 BLUE value IS 102 (40.23% from 255) = 56.35%

R = 4.97%
G = 38.67%
B = 56.35%

CMYK

 C value IS 0.91

 M value IS 0.31

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#094666 (or 0x094666) is known color: Prussian Blue. HEX triplet: 09, 46 and 66. RGB value is (9,70,102). Sum of RGB (Red+Green+Blue) = 9+70+102=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 102 (40.23% from 255 or 56.35% from 181); Max value from RGB is 102 - color contains mainly: blue. Hex color #094666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094666 is #F6B999. Grayscale: #373737. Windows color (decimal): -16169370 or 6702601. OLE color: 6702601.

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

Color convert

RGB 9 70 102 -
CMYK 0.91 0.31 0 0.6
HSL 200.65º 0.84% 0.22% -
HSV(B) 200.65º 0.91% 0.4% -
XYZ 4.7 5.4 13.36 -
YUV 55.41 154.29 94.9 -
System Red Green Blue C M Y K H S L
Decimal 9 70 102 0.91 0.31 0 0.6 200.65 0.84 0.22
Hex 9 46 66 5B 1F 0 3C C9 54 16
Octal 11 106 146 133 37 0 74 311 124 26
Binary 1001 1000110 1100110 1011011 11111 0 111100 11001001 1010100 10110

Color Harmonies of #094666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094666

Black with #094666

Text Example


Text Example

White with #094666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094666; }

 p { color: rgb(9,70,102); }

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

background-color css

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

 a { background-color: rgb(9,70,102); }

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

border-color css

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

 span { border-color: rgb(9,70,102); }

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