Html Css Color HEX #093855 Prussian Blue

📋 copy color: '#093855'

red 9 ◦ green 56 ◦ blue 85

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

Shades of Prussian Blue #093855

Tints of Prussian Blue #093855

RGB

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

 GREEN value IS 56 (22.27% from 255) = 37.33%

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

R = 6%
G = 37.33%
B = 56.67%

CMYK

 C value IS 0.89

 M value IS 0.34

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#093855 (or 0x093855) is known color: Prussian Blue. HEX triplet: 09, 38 and 55. RGB value is (9,56,85). Sum of RGB (Red+Green+Blue) = 9+56+85=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 56 (22.27% from 255 or 37.33% from 150); Blue value is 85 (33.59% from 255 or 56.67% from 150); Max value from RGB is 85 - color contains mainly: blue. Hex color #093855 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093855 is #F6C7AA. Grayscale: #2D2D2D. Windows color (decimal): -16172971 or 5584905. OLE color: 5584905.

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

Color convert

RGB 9 56 85 -
CMYK 0.89 0.34 0 0.67
HSL 202.89º 0.81% 0.18% -
HSV(B) 202.89º 0.89% 0.33% -
XYZ 3.17 3.54 9.11 -
YUV 45.25 150.43 102.14 -
System Red Green Blue C M Y K H S L
Decimal 9 56 85 0.89 0.34 0 0.67 202.89 0.81 0.18
Hex 9 38 55 59 22 0 43 CB 51 12
Octal 11 70 125 131 42 0 103 313 121 22
Binary 1001 111000 1010101 1011001 100010 0 1000011 11001011 1010001 10010

Color Harmonies of #093855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093855

Black with #093855

Text Example


Text Example

White with #093855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093855; }

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

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

background-color css

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

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

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

border-color css

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

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

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