Html Css Color HEX #093354 Prussian Blue

📋 copy color: '#093354'

red 9 ◦ green 51 ◦ blue 84

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

Shades of Prussian Blue #093354

Tints of Prussian Blue #093354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 58.33%

R = 6.25%
G = 35.42%
B = 58.33%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#093354 (or 0x093354) is known color: Prussian Blue. HEX triplet: 09, 33 and 54. RGB value is (9,51,84). Sum of RGB (Red+Green+Blue) = 9+51+84=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 84 (33.20% from 255 or 58.33% from 144); Max value from RGB is 84 - color contains mainly: blue. Hex color #093354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093354 is #F6CCAB. Grayscale: #2A2A2A. Windows color (decimal): -16174252 or 5518089. OLE color: 5518089.

HSL color Cylindrical-coordinate representation of color #093354: hue angle of 206.4º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #093354 is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 51 84 -
CMYK 0.89 0.39 0 0.67
HSL 206.4º 0.81% 0.18% -
HSV(B) 206.4º 0.89% 0.33% -
XYZ 2.9 3.07 8.83 -
YUV 42.2 151.59 104.32 -
System Red Green Blue C M Y K H S L
Decimal 9 51 84 0.89 0.39 0 0.67 206.4 0.81 0.18
Hex 9 33 54 59 27 0 43 CE 51 12
Octal 11 63 124 131 47 0 103 316 121 22
Binary 1001 110011 1010100 1011001 100111 0 1000011 11001110 1010001 10010

Color Harmonies of #093354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093354

Black with #093354

Text Example


Text Example

White with #093354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093354; }

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

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

background-color css

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

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

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

border-color css

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

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

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