Html Css Color HEX #093166 Prussian Blue

📋 copy color: '#093166'

red 9 ◦ green 49 ◦ blue 102

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

Shades of Prussian Blue #093166

Tints of Prussian Blue #093166

RGB

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

 GREEN value IS 49 (19.53% from 255) = 30.63%

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

R = 5.63%
G = 30.63%
B = 63.75%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#093166 (or 0x093166) is known color: Prussian Blue. HEX triplet: 09, 31 and 66. RGB value is (9,49,102). Sum of RGB (Red+Green+Blue) = 9+49+102=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 102 (40.23% from 255 or 63.75% from 160); Max value from RGB is 102 - color contains mainly: blue. Hex color #093166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093166 is #F6CE99. Grayscale: #2A2A2A. Windows color (decimal): -16174746 or 6697225. OLE color: 6697225.

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

Color convert

RGB 9 49 102 -
CMYK 0.91 0.52 0 0.6
HSL 214.19º 0.84% 0.22% -
HSV(B) 214.19º 0.91% 0.4% -
XYZ 3.61 3.21 13 -
YUV 43.08 161.25 103.69 -
System Red Green Blue C M Y K H S L
Decimal 9 49 102 0.91 0.52 0 0.6 214.19 0.84 0.22
Hex 9 31 66 5B 34 0 3C D6 54 16
Octal 11 61 146 133 64 0 74 326 124 26
Binary 1001 110001 1100110 1011011 110100 0 111100 11010110 1010100 10110

Color Harmonies of #093166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093166

Black with #093166

Text Example


Text Example

White with #093166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093166; }

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

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

background-color css

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

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

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

border-color css

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

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

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