Html Css Color HEX #09416C Prussian Blue

📋 copy color: '#09416C'

red 9 ◦ green 65 ◦ blue 108

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

Shades of Prussian Blue #09416C

Tints of Prussian Blue #09416C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.71%

 BLUE value IS 108 (42.58% from 255) = 59.34%

R = 4.95%
G = 35.71%
B = 59.34%

CMYK

 C value IS 0.92

 M value IS 0.40

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09416C (or 0x09416C) is known color: Prussian Blue. HEX triplet: 09, 41 and 6C. RGB value is (9,65,108). Sum of RGB (Red+Green+Blue) = 9+65+108=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #09416C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09416C is #F6BE93. Grayscale: #343434. Windows color (decimal): -16170644 or 7094537. OLE color: 7094537.

HSL color Cylindrical-coordinate representation of color #09416C: hue angle of 206.06º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09416C is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 65 108 -
CMYK 0.92 0.40 0 0.58
HSL 206.06º 0.85% 0.23% -
HSV(B) 206.06º 0.92% 0.42% -
XYZ 4.71 4.92 14.89 -
YUV 53.16 158.95 96.5 -
System Red Green Blue C M Y K H S L
Decimal 9 65 108 0.92 0.40 0 0.58 206.06 0.85 0.23
Hex 9 41 6C 5C 28 0 3A CE 55 17
Octal 11 101 154 134 50 0 72 316 125 27
Binary 1001 1000001 1101100 1011100 101000 0 111010 11001110 1010101 10111

Color Harmonies of #09416C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09416C

Black with #09416C

Text Example


Text Example

White with #09416C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09416C; }

 p { color: rgb(9,65,108); }

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

background-color css

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

 a { background-color: rgb(9,65,108); }

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

border-color css

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

 span { border-color: rgb(9,65,108); }

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