Html Css Color HEX #093351 Prussian Blue

📋 copy color: '#093351'

red 9 ◦ green 51 ◦ blue 81

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

Shades of Prussian Blue #093351

Tints of Prussian Blue #093351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 57.45%

R = 6.38%
G = 36.17%
B = 57.45%

CMYK

 C value IS 0.89

 M value IS 0.37

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#093351 (or 0x093351) is known color: Prussian Blue. HEX triplet: 09, 33 and 51. RGB value is (9,51,81). Sum of RGB (Red+Green+Blue) = 9+51+81=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 81 (32.03% from 255 or 57.45% from 141); Max value from RGB is 81 - color contains mainly: blue. Hex color #093351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093351 is #F6CCAE. Grayscale: #292929. Windows color (decimal): -16174255 or 5321481. OLE color: 5321481.

HSL color Cylindrical-coordinate representation of color #093351: hue angle of 205º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #093351 is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 51 81 -
CMYK 0.89 0.37 0 0.68
HSL 205º 0.8% 0.18% -
HSV(B) 205º 0.89% 0.32% -
XYZ 2.78 3.02 8.22 -
YUV 41.86 150.09 104.56 -
System Red Green Blue C M Y K H S L
Decimal 9 51 81 0.89 0.37 0 0.68 205 0.8 0.18
Hex 9 33 51 59 25 0 44 CD 50 12
Octal 11 63 121 131 45 0 104 315 120 22
Binary 1001 110011 1010001 1011001 100101 0 1000100 11001101 1010000 10010

Color Harmonies of #093351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093351

Black with #093351

Text Example


Text Example

White with #093351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093351; }

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

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

background-color css

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

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

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

border-color css

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

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

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