Html Css Color HEX #093674 Prussian Blue

📋 copy color: '#093674'

red 9 ◦ green 54 ◦ blue 116

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

Shades of Prussian Blue #093674

Tints of Prussian Blue #093674

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.17%

 BLUE value IS 116 (45.7% from 255) = 64.8%

R = 5.03%
G = 30.17%
B = 64.8%

CMYK

 C value IS 0.92

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#093674 (or 0x093674) is known color: Prussian Blue. HEX triplet: 09, 36 and 74. RGB value is (9,54,116). Sum of RGB (Red+Green+Blue) = 9+54+116=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 116 (45.70% from 255 or 64.80% from 179); Max value from RGB is 116 - color contains mainly: blue. Hex color #093674 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093674 is #F6C98B. Grayscale: #2F2F2F. Windows color (decimal): -16173452 or 7616009. OLE color: 7616009.

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

Color convert

RGB 9 54 116 -
CMYK 0.92 0.53 0 0.55
HSL 214.77º 0.86% 0.25% -
HSV(B) 214.77º 0.92% 0.45% -
XYZ 4.58 3.96 17.05 -
YUV 47.61 166.59 100.46 -
System Red Green Blue C M Y K H S L
Decimal 9 54 116 0.92 0.53 0 0.55 214.77 0.86 0.25
Hex 9 36 74 5C 35 0 37 D7 56 19
Octal 11 66 164 134 65 0 67 327 126 31
Binary 1001 110110 1110100 1011100 110101 0 110111 11010111 1010110 11001

Color Harmonies of #093674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093674

Black with #093674

Text Example


Text Example

White with #093674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093674; }

 p { color: rgb(9,54,116); }

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

background-color css

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

 a { background-color: rgb(9,54,116); }

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

border-color css

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

 span { border-color: rgb(9,54,116); }

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