Html Css Color HEX #094069 Prussian Blue

📋 copy color: '#094069'

red 9 ◦ green 64 ◦ blue 105

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

Shades of Prussian Blue #094069

Tints of Prussian Blue #094069

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.96%

 BLUE value IS 105 (41.41% from 255) = 58.99%

R = 5.06%
G = 35.96%
B = 58.99%

CMYK

 C value IS 0.91

 M value IS 0.39

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#094069 (or 0x094069) is known color: Prussian Blue. HEX triplet: 09, 40 and 69. RGB value is (9,64,105). Sum of RGB (Red+Green+Blue) = 9+64+105=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 105 (41.41% from 255 or 58.99% from 178); Max value from RGB is 105 - color contains mainly: blue. Hex color #094069 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094069 is #F6BF96. Grayscale: #343434. Windows color (decimal): -16170903 or 6897673. OLE color: 6897673.

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

Color convert

RGB 9 64 105 -
CMYK 0.91 0.39 0 0.59
HSL 205.63º 0.84% 0.22% -
HSV(B) 205.63º 0.91% 0.41% -
XYZ 4.5 4.74 14.04 -
YUV 52.23 157.78 97.17 -
System Red Green Blue C M Y K H S L
Decimal 9 64 105 0.91 0.39 0 0.59 205.63 0.84 0.22
Hex 9 40 69 5B 27 0 3B CE 54 16
Octal 11 100 151 133 47 0 73 316 124 26
Binary 1001 1000000 1101001 1011011 100111 0 111011 11001110 1010100 10110

Color Harmonies of #094069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094069

Black with #094069

Text Example


Text Example

White with #094069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094069; }

 p { color: rgb(9,64,105); }

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

background-color css

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

 a { background-color: rgb(9,64,105); }

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

border-color css

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

 span { border-color: rgb(9,64,105); }

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