Html Css Color HEX #093E61 Prussian Blue

📋 copy color: '#093E61'

red 9 ◦ green 62 ◦ blue 97

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

Shades of Prussian Blue #093E61

Tints of Prussian Blue #093E61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 57.74%

R = 5.36%
G = 36.9%
B = 57.74%

CMYK

 C value IS 0.91

 M value IS 0.36

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#093E61 (or 0x093E61) is known color: Prussian Blue. HEX triplet: 09, 3E and 61. RGB value is (9,62,97). Sum of RGB (Red+Green+Blue) = 9+62+97=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 62 (24.61% from 255 or 36.90% from 168); Blue value is 97 (38.28% from 255 or 57.74% from 168); Max value from RGB is 97 - color contains mainly: blue. Hex color #093E61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093E61 is #F6C19E. Grayscale: #313131. Windows color (decimal): -16171423 or 6372873. OLE color: 6372873.

HSL color Cylindrical-coordinate representation of color #093E61: hue angle of 203.86º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #093E61 is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 62 97 -
CMYK 0.91 0.36 0 0.62
HSL 203.86º 0.83% 0.21% -
HSV(B) 203.86º 0.91% 0.38% -
XYZ 3.99 4.37 11.94 -
YUV 50.14 154.44 98.65 -
System Red Green Blue C M Y K H S L
Decimal 9 62 97 0.91 0.36 0 0.62 203.86 0.83 0.21
Hex 9 3E 61 5B 24 0 3E CC 53 15
Octal 11 76 141 133 44 0 76 314 123 25
Binary 1001 111110 1100001 1011011 100100 0 111110 11001100 1010011 10101

Color Harmonies of #093E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093E61

Black with #093E61

Text Example


Text Example

White with #093E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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