Html Css Color HEX #093376 Prussian Blue

📋 copy color: '#093376'

red 9 ◦ green 51 ◦ blue 118

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

Shades of Prussian Blue #093376

Tints of Prussian Blue #093376

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.65%

 BLUE value IS 118 (46.48% from 255) = 66.29%

R = 5.06%
G = 28.65%
B = 66.29%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#093376 (or 0x093376) is known color: Prussian Blue. HEX triplet: 09, 33 and 76. RGB value is (9,51,118). Sum of RGB (Red+Green+Blue) = 9+51+118=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 118 (46.48% from 255 or 66.29% from 178); Max value from RGB is 118 - color contains mainly: blue. Hex color #093376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093376 is #F6CC89. Grayscale: #2D2D2D. Windows color (decimal): -16174218 or 7746313. OLE color: 7746313.

HSL color Cylindrical-coordinate representation of color #093376: hue angle of 216.88º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093376 is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 51 118 -
CMYK 0.92 0.57 0 0.54
HSL 216.88º 0.86% 0.25% -
HSV(B) 216.88º 0.92% 0.46% -
XYZ 4.57 3.73 17.62 -
YUV 46.08 168.59 101.55 -
System Red Green Blue C M Y K H S L
Decimal 9 51 118 0.92 0.57 0 0.54 216.88 0.86 0.25
Hex 9 33 76 5C 39 0 36 D9 56 19
Octal 11 63 166 134 71 0 66 331 126 31
Binary 1001 110011 1110110 1011100 111001 0 110110 11011001 1010110 11001

Color Harmonies of #093376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093376

Black with #093376

Text Example


Text Example

White with #093376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093376; }

 p { color: rgb(9,51,118); }

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

background-color css

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

 a { background-color: rgb(9,51,118); }

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

border-color css

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

 span { border-color: rgb(9,51,118); }

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