Html Css Color HEX #093459 Prussian Blue

📋 copy color: '#093459'

red 9 ◦ green 52 ◦ blue 89

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

Shades of Prussian Blue #093459

Tints of Prussian Blue #093459

RGB

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

 GREEN value IS 52 (20.7% from 255) = 34.67%

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

R = 6%
G = 34.67%
B = 59.33%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#093459 (or 0x093459) is known color: Prussian Blue. HEX triplet: 09, 34 and 59. RGB value is (9,52,89). Sum of RGB (Red+Green+Blue) = 9+52+89=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 89 (35.16% from 255 or 59.33% from 150); Max value from RGB is 89 - color contains mainly: blue. Hex color #093459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093459 is #F6CBA6. Grayscale: #2B2B2B. Windows color (decimal): -16173991 or 5846025. OLE color: 5846025.

HSL color Cylindrical-coordinate representation of color #093459: hue angle of 207.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 #093459 is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 52 89 -
CMYK 0.90 0.42 0 0.65
HSL 207.75º 0.82% 0.19% -
HSV(B) 207.75º 0.9% 0.35% -
XYZ 3.14 3.24 9.91 -
YUV 43.36 153.75 103.49 -
System Red Green Blue C M Y K H S L
Decimal 9 52 89 0.90 0.42 0 0.65 207.75 0.82 0.19
Hex 9 34 59 5A 2A 0 41 D0 52 13
Octal 11 64 131 132 52 0 101 320 122 23
Binary 1001 110100 1011001 1011010 101010 0 1000001 11010000 1010010 10011

Color Harmonies of #093459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093459

Black with #093459

Text Example


Text Example

White with #093459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093459; }

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

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

background-color css

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

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

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

border-color css

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

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

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