Html Css Color HEX #093E6B Prussian Blue

📋 copy color: '#093E6B'

red 9 ◦ green 62 ◦ blue 107

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

Shades of Prussian Blue #093E6B

Tints of Prussian Blue #093E6B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 34.83%

 BLUE value IS 107 (42.19% from 255) = 60.11%

R = 5.06%
G = 34.83%
B = 60.11%

CMYK

 C value IS 0.92

 M value IS 0.42

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#093E6B (or 0x093E6B) is known color: Prussian Blue. HEX triplet: 09, 3E and 6B. RGB value is (9,62,107). Sum of RGB (Red+Green+Blue) = 9+62+107=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 62 (24.61% from 255 or 34.83% from 178); Blue value is 107 (42.19% from 255 or 60.11% from 178); Max value from RGB is 107 - color contains mainly: blue. Hex color #093E6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093E6B is #F6C194. Grayscale: #333333. Windows color (decimal): -16171413 or 7028233. OLE color: 7028233.

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

Color convert

RGB 9 62 107 -
CMYK 0.92 0.42 0 0.58
HSL 207.55º 0.84% 0.23% -
HSV(B) 207.55º 0.92% 0.42% -
XYZ 4.49 4.56 14.55 -
YUV 51.28 159.44 97.84 -
System Red Green Blue C M Y K H S L
Decimal 9 62 107 0.92 0.42 0 0.58 207.55 0.84 0.23
Hex 9 3E 6B 5C 2A 0 3A D0 54 17
Octal 11 76 153 134 52 0 72 320 124 27
Binary 1001 111110 1101011 1011100 101010 0 111010 11010000 1010100 10111

Color Harmonies of #093E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093E6B

Black with #093E6B

Text Example


Text Example

White with #093E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,62,107); }

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

background-color css

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

 a { background-color: rgb(9,62,107); }

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

border-color css

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

 span { border-color: rgb(9,62,107); }

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