Html Css Color HEX #093558 Prussian Blue

📋 copy color: '#093558'

red 9 ◦ green 53 ◦ blue 88

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

Shades of Prussian Blue #093558

Tints of Prussian Blue #093558

RGB

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

 GREEN value IS 53 (21.09% from 255) = 35.33%

 BLUE value IS 88 (34.77% from 255) = 58.67%

R = 6%
G = 35.33%
B = 58.67%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#093558 (or 0x093558) is known color: Prussian Blue. HEX triplet: 09, 35 and 58. RGB value is (9,53,88). Sum of RGB (Red+Green+Blue) = 9+53+88=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 88 (34.77% from 255 or 58.67% from 150); Max value from RGB is 88 - color contains mainly: blue. Hex color #093558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093558 is #F6CAA7. Grayscale: #2B2B2B. Windows color (decimal): -16173736 or 5780745. OLE color: 5780745.

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

Color convert

RGB 9 53 88 -
CMYK 0.90 0.40 0 0.65
HSL 206.58º 0.81% 0.19% -
HSV(B) 206.58º 0.9% 0.35% -
XYZ 3.15 3.31 9.71 -
YUV 43.83 152.92 103.15 -
System Red Green Blue C M Y K H S L
Decimal 9 53 88 0.90 0.40 0 0.65 206.58 0.81 0.19
Hex 9 35 58 5A 28 0 41 CF 51 13
Octal 11 65 130 132 50 0 101 317 121 23
Binary 1001 110101 1011000 1011010 101000 0 1000001 11001111 1010001 10011

Color Harmonies of #093558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093558

Black with #093558

Text Example


Text Example

White with #093558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093558; }

 p { color: rgb(9,53,88); }

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

background-color css

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

 a { background-color: rgb(9,53,88); }

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

border-color css

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

 span { border-color: rgb(9,53,88); }

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