Html Css Color HEX #093655 Prussian Blue

📋 copy color: '#093655'

red 9 ◦ green 54 ◦ blue 85

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

Shades of Prussian Blue #093655

Tints of Prussian Blue #093655

RGB

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

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

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

R = 6.08%
G = 36.49%
B = 57.43%

CMYK

 C value IS 0.89

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#093655 (or 0x093655) is known color: Prussian Blue. HEX triplet: 09, 36 and 55. RGB value is (9,54,85). Sum of RGB (Red+Green+Blue) = 9+54+85=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 54 (21.48% from 255 or 36.49% from 148); Blue value is 85 (33.59% from 255 or 57.43% from 148); Max value from RGB is 85 - color contains mainly: blue. Hex color #093655 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093655 is #F6C9AA. Grayscale: #2B2B2B. Windows color (decimal): -16173483 or 5584393. OLE color: 5584393.

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

Color convert

RGB 9 54 85 -
CMYK 0.89 0.36 0 0.67
HSL 204.47º 0.81% 0.18% -
HSV(B) 204.47º 0.89% 0.33% -
XYZ 3.07 3.35 9.08 -
YUV 44.08 151.09 102.98 -
System Red Green Blue C M Y K H S L
Decimal 9 54 85 0.89 0.36 0 0.67 204.47 0.81 0.18
Hex 9 36 55 59 24 0 43 CC 51 12
Octal 11 66 125 131 44 0 103 314 121 22
Binary 1001 110110 1010101 1011001 100100 0 1000011 11001100 1010001 10010

Color Harmonies of #093655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093655

Black with #093655

Text Example


Text Example

White with #093655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093655; }

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

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

background-color css

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

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

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

border-color css

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

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

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