Html Css Color HEX #093C6C Prussian Blue

📋 copy color: '#093C6C'

red 9 ◦ green 60 ◦ blue 108

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

Shades of Prussian Blue #093C6C

Tints of Prussian Blue #093C6C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.9%

 BLUE value IS 108 (42.58% from 255) = 61.02%

R = 5.08%
G = 33.9%
B = 61.02%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#093C6C (or 0x093C6C) is known color: Prussian Blue. HEX triplet: 09, 3C and 6C. RGB value is (9,60,108). Sum of RGB (Red+Green+Blue) = 9+60+108=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 108 (42.58% from 255 or 61.02% from 177); Max value from RGB is 108 - color contains mainly: blue. Hex color #093C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093C6C is #F6C393. Grayscale: #313131. Windows color (decimal): -16171924 or 7093257. OLE color: 7093257.

HSL color Cylindrical-coordinate representation of color #093C6C: hue angle of 209.09º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093C6C is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 60 108 -
CMYK 0.92 0.44 0 0.58
HSL 209.09º 0.85% 0.23% -
HSV(B) 209.09º 0.92% 0.42% -
XYZ 4.44 4.37 14.8 -
YUV 50.22 160.6 98.6 -
System Red Green Blue C M Y K H S L
Decimal 9 60 108 0.92 0.44 0 0.58 209.09 0.85 0.23
Hex 9 3C 6C 5C 2C 0 3A D1 55 17
Octal 11 74 154 134 54 0 72 321 125 27
Binary 1001 111100 1101100 1011100 101100 0 111010 11010001 1010101 10111

Color Harmonies of #093C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093C6C

Black with #093C6C

Text Example


Text Example

White with #093C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093C6C; }

 p { color: rgb(9,60,108); }

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

background-color css

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

 a { background-color: rgb(9,60,108); }

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

border-color css

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

 span { border-color: rgb(9,60,108); }

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