Html Css Color HEX #093254 Prussian Blue

📋 copy color: '#093254'

red 9 ◦ green 50 ◦ blue 84

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

Shades of Prussian Blue #093254

Tints of Prussian Blue #093254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 58.74%

R = 6.29%
G = 34.97%
B = 58.74%

CMYK

 C value IS 0.89

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#093254 (or 0x093254) is known color: Prussian Blue. HEX triplet: 09, 32 and 54. RGB value is (9,50,84). Sum of RGB (Red+Green+Blue) = 9+50+84=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 84 (33.20% from 255 or 58.74% from 143); Max value from RGB is 84 - color contains mainly: blue. Hex color #093254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093254 is #F6CDAB. Grayscale: #292929. Windows color (decimal): -16174508 or 5517833. OLE color: 5517833.

HSL color Cylindrical-coordinate representation of color #093254: hue angle of 207.2º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #093254 is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 50 84 -
CMYK 0.89 0.40 0 0.67
HSL 207.2º 0.81% 0.18% -
HSV(B) 207.2º 0.89% 0.33% -
XYZ 2.85 2.98 8.81 -
YUV 41.62 151.92 104.74 -
System Red Green Blue C M Y K H S L
Decimal 9 50 84 0.89 0.40 0 0.67 207.2 0.81 0.18
Hex 9 32 54 59 28 0 43 CF 51 12
Octal 11 62 124 131 50 0 103 317 121 22
Binary 1001 110010 1010100 1011001 101000 0 1000011 11001111 1010001 10010

Color Harmonies of #093254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093254

Black with #093254

Text Example


Text Example

White with #093254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093254; }

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

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

background-color css

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

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

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

border-color css

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

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

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