Html Css Color HEX #094566 Prussian Blue

📋 copy color: '#094566'

red 9 ◦ green 69 ◦ blue 102

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

Shades of Prussian Blue #094566

Tints of Prussian Blue #094566

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.33%

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

R = 5%
G = 38.33%
B = 56.67%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#094566 (or 0x094566) is known color: Prussian Blue. HEX triplet: 09, 45 and 66. RGB value is (9,69,102). Sum of RGB (Red+Green+Blue) = 9+69+102=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 69 (27.34% from 255 or 38.33% from 180); Blue value is 102 (40.23% from 255 or 56.67% from 180); Max value from RGB is 102 - color contains mainly: blue. Hex color #094566 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094566 is #F6BA99. Grayscale: #363636. Windows color (decimal): -16169626 or 6702345. OLE color: 6702345.

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

Color convert

RGB 9 69 102 -
CMYK 0.91 0.32 0 0.6
HSL 201.29º 0.84% 0.22% -
HSV(B) 201.29º 0.91% 0.4% -
XYZ 4.64 5.27 13.34 -
YUV 54.82 154.62 95.32 -
System Red Green Blue C M Y K H S L
Decimal 9 69 102 0.91 0.32 0 0.6 201.29 0.84 0.22
Hex 9 45 66 5B 20 0 3C C9 54 16
Octal 11 105 146 133 40 0 74 311 124 26
Binary 1001 1000101 1100110 1011011 100000 0 111100 11001001 1010100 10110

Color Harmonies of #094566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094566

Black with #094566

Text Example


Text Example

White with #094566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094566; }

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

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

background-color css

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

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

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

border-color css

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

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

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