Html Css Color HEX #093255 Prussian Blue

📋 copy color: '#093255'

red 9 ◦ green 50 ◦ blue 85

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

Shades of Prussian Blue #093255

Tints of Prussian Blue #093255

RGB

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

 GREEN value IS 50 (19.92% from 255) = 34.72%

 BLUE value IS 85 (33.59% from 255) = 59.03%

R = 6.25%
G = 34.72%
B = 59.03%

CMYK

 C value IS 0.89

 M value IS 0.41

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#093255 (or 0x093255) is known color: Prussian Blue. HEX triplet: 09, 32 and 55. RGB value is (9,50,85). Sum of RGB (Red+Green+Blue) = 9+50+85=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 85 (33.59% from 255 or 59.03% from 144); Max value from RGB is 85 - color contains mainly: blue. Hex color #093255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093255 is #F6CDAA. Grayscale: #292929. Windows color (decimal): -16174507 or 5583369. OLE color: 5583369.

HSL color Cylindrical-coordinate representation of color #093255: hue angle of 207.63º 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 #093255 is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 50 85 -
CMYK 0.89 0.41 0 0.67
HSL 207.63º 0.81% 0.18% -
HSV(B) 207.63º 0.89% 0.33% -
XYZ 2.89 3 9.02 -
YUV 41.73 152.42 104.65 -
System Red Green Blue C M Y K H S L
Decimal 9 50 85 0.89 0.41 0 0.67 207.63 0.81 0.18
Hex 9 32 55 59 29 0 43 D0 51 12
Octal 11 62 125 131 51 0 103 320 121 22
Binary 1001 110010 1010101 1011001 101001 0 1000011 11010000 1010001 10010

Color Harmonies of #093255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093255

Black with #093255

Text Example


Text Example

White with #093255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093255; }

 p { color: rgb(9,50,85); }

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

background-color css

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

 a { background-color: rgb(9,50,85); }

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

border-color css

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

 span { border-color: rgb(9,50,85); }

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