Html Css Color HEX #094464 Prussian Blue

📋 copy color: '#094464'

red 9 ◦ green 68 ◦ blue 100

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

Shades of Prussian Blue #094464

Tints of Prussian Blue #094464

RGB

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

 GREEN value IS 68 (26.95% from 255) = 38.42%

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

R = 5.08%
G = 38.42%
B = 56.5%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#094464 (or 0x094464) is known color: Prussian Blue. HEX triplet: 09, 44 and 64. RGB value is (9,68,100). Sum of RGB (Red+Green+Blue) = 9+68+100=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 100 (39.45% from 255 or 56.50% from 177); Max value from RGB is 100 - color contains mainly: blue. Hex color #094464 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094464 is #F6BB9B. Grayscale: #353535. Windows color (decimal): -16169884 or 6571017. OLE color: 6571017.

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

Color convert

RGB 9 68 100 -
CMYK 0.91 0.32 0 0.61
HSL 201.1º 0.83% 0.21% -
HSV(B) 201.1º 0.91% 0.39% -
XYZ 4.48 5.11 12.81 -
YUV 54.01 153.95 95.9 -
System Red Green Blue C M Y K H S L
Decimal 9 68 100 0.91 0.32 0 0.61 201.1 0.83 0.21
Hex 9 44 64 5B 20 0 3D C9 53 15
Octal 11 104 144 133 40 0 75 311 123 25
Binary 1001 1000100 1100100 1011011 100000 0 111101 11001001 1010011 10101

Color Harmonies of #094464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094464

Black with #094464

Text Example


Text Example

White with #094464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094464; }

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

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

background-color css

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

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

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

border-color css

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

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

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