Html Css Color HEX #093259 Prussian Blue

📋 copy color: '#093259'

red 9 ◦ green 50 ◦ blue 89

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

Shades of Prussian Blue #093259

Tints of Prussian Blue #093259

RGB

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

 GREEN value IS 50 (19.92% from 255) = 33.78%

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

R = 6.08%
G = 33.78%
B = 60.14%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#093259 (or 0x093259) is known color: Prussian Blue. HEX triplet: 09, 32 and 59. RGB value is (9,50,89). Sum of RGB (Red+Green+Blue) = 9+50+89=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 89 (35.16% from 255 or 60.14% from 148); Max value from RGB is 89 - color contains mainly: blue. Hex color #093259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093259 is #F6CDA6. Grayscale: #292929. Windows color (decimal): -16174503 or 5845513. OLE color: 5845513.

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

Color convert

RGB 9 50 89 -
CMYK 0.90 0.44 0 0.65
HSL 209.25º 0.82% 0.19% -
HSV(B) 209.25º 0.9% 0.35% -
XYZ 3.06 3.06 9.88 -
YUV 42.19 154.42 104.33 -
System Red Green Blue C M Y K H S L
Decimal 9 50 89 0.90 0.44 0 0.65 209.25 0.82 0.19
Hex 9 32 59 5A 2C 0 41 D1 52 13
Octal 11 62 131 132 54 0 101 321 122 23
Binary 1001 110010 1011001 1011010 101100 0 1000001 11010001 1010010 10011

Color Harmonies of #093259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093259

Black with #093259

Text Example


Text Example

White with #093259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093259; }

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

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

background-color css

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

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

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

border-color css

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

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

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