Html Css Color HEX #093C6A Prussian Blue

📋 copy color: '#093C6A'

red 9 ◦ green 60 ◦ blue 106

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

Shades of Prussian Blue #093C6A

Tints of Prussian Blue #093C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 60.57%

R = 5.14%
G = 34.29%
B = 60.57%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#093C6A (or 0x093C6A) is known color: Prussian Blue. HEX triplet: 09, 3C and 6A. RGB value is (9,60,106). Sum of RGB (Red+Green+Blue) = 9+60+106=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 106 (41.80% from 255 or 60.57% from 175); Max value from RGB is 106 - color contains mainly: blue. Hex color #093C6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093C6A is #F6C395. Grayscale: #313131. Windows color (decimal): -16171926 or 6962185. OLE color: 6962185.

HSL color Cylindrical-coordinate representation of color #093C6A: hue angle of 208.45º degrees, saturation: 0.84, 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 #093C6A is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 60 106 -
CMYK 0.92 0.43 0 0.58
HSL 208.45º 0.84% 0.23% -
HSV(B) 208.45º 0.92% 0.42% -
XYZ 4.33 4.33 14.24 -
YUV 50 159.6 98.76 -
System Red Green Blue C M Y K H S L
Decimal 9 60 106 0.92 0.43 0 0.58 208.45 0.84 0.23
Hex 9 3C 6A 5C 2B 0 3A D0 54 17
Octal 11 74 152 134 53 0 72 320 124 27
Binary 1001 111100 1101010 1011100 101011 0 111010 11010000 1010100 10111

Color Harmonies of #093C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093C6A

Black with #093C6A

Text Example


Text Example

White with #093C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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