Html Css Color HEX #094866 Prussian Blue

📋 copy color: '#094866'

red 9 ◦ green 72 ◦ blue 102

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

Shades of Prussian Blue #094866

Tints of Prussian Blue #094866

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.34%

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

R = 4.92%
G = 39.34%
B = 55.74%

CMYK

 C value IS 0.91

 M value IS 0.29

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#094866 (or 0x094866) is known color: Prussian Blue. HEX triplet: 09, 48 and 66. RGB value is (9,72,102). Sum of RGB (Red+Green+Blue) = 9+72+102=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 102 (40.23% from 255 or 55.74% from 183); Max value from RGB is 102 - color contains mainly: blue. Hex color #094866 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094866 is #F6B799. Grayscale: #383838. Windows color (decimal): -16168858 or 6703113. OLE color: 6703113.

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

Color convert

RGB 9 72 102 -
CMYK 0.91 0.29 0 0.6
HSL 199.35º 0.84% 0.22% -
HSV(B) 199.35º 0.91% 0.4% -
XYZ 4.83 5.65 13.41 -
YUV 56.58 153.63 94.06 -
System Red Green Blue C M Y K H S L
Decimal 9 72 102 0.91 0.29 0 0.6 199.35 0.84 0.22
Hex 9 48 66 5B 1D 0 3C C7 54 16
Octal 11 110 146 133 35 0 74 307 124 26
Binary 1001 1001000 1100110 1011011 11101 0 111100 11000111 1010100 10110

Color Harmonies of #094866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094866

Black with #094866

Text Example


Text Example

White with #094866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094866; }

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

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

background-color css

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

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

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

border-color css

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

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

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