Html Css Color HEX #093059 Prussian Blue

📋 copy color: '#093059'

red 9 ◦ green 48 ◦ blue 89

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

Shades of Prussian Blue #093059

Tints of Prussian Blue #093059

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32.88%

 BLUE value IS 89 (35.16% from 255) = 60.96%

R = 6.16%
G = 32.88%
B = 60.96%

CMYK

 C value IS 0.90

 M value IS 0.46

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#093059 (or 0x093059) is known color: Prussian Blue. HEX triplet: 09, 30 and 59. RGB value is (9,48,89). Sum of RGB (Red+Green+Blue) = 9+48+89=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 89 (35.16% from 255 or 60.96% from 146); Max value from RGB is 89 - color contains mainly: blue. Hex color #093059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093059 is #F6CFA6. Grayscale: #282828. Windows color (decimal): -16175015 or 5845001. OLE color: 5845001.

HSL color Cylindrical-coordinate representation of color #093059: hue angle of 210.75º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #093059 is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 48 89 -
CMYK 0.90 0.46 0 0.65
HSL 210.75º 0.82% 0.19% -
HSV(B) 210.75º 0.9% 0.35% -
XYZ 2.97 2.89 9.85 -
YUV 41.01 155.08 105.17 -
System Red Green Blue C M Y K H S L
Decimal 9 48 89 0.90 0.46 0 0.65 210.75 0.82 0.19
Hex 9 30 59 5A 2E 0 41 D3 52 13
Octal 11 60 131 132 56 0 101 323 122 23
Binary 1001 110000 1011001 1011010 101110 0 1000001 11010011 1010010 10011

Color Harmonies of #093059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093059

Black with #093059

Text Example


Text Example

White with #093059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093059; }

 p { color: rgb(9,48,89); }

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

background-color css

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

 a { background-color: rgb(9,48,89); }

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

border-color css

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

 span { border-color: rgb(9,48,89); }

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