Html Css Color HEX #093054 Prussian Blue

📋 copy color: '#093054'

red 9 ◦ green 48 ◦ blue 84

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

Shades of Prussian Blue #093054

Tints of Prussian Blue #093054

RGB

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

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

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

R = 6.38%
G = 34.04%
B = 59.57%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#093054 (or 0x093054) is known color: Prussian Blue. HEX triplet: 09, 30 and 54. RGB value is (9,48,84). Sum of RGB (Red+Green+Blue) = 9+48+84=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 84 (33.20% from 255 or 59.57% from 141); Max value from RGB is 84 - color contains mainly: blue. Hex color #093054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093054 is #F6CFAB. Grayscale: #282828. Windows color (decimal): -16175020 or 5517321. OLE color: 5517321.

HSL color Cylindrical-coordinate representation of color #093054: hue angle of 208.8º 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 #093054 is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 48 84 -
CMYK 0.89 0.43 0 0.67
HSL 208.8º 0.81% 0.18% -
HSV(B) 208.8º 0.89% 0.33% -
XYZ 2.77 2.81 8.78 -
YUV 40.44 152.58 105.57 -
System Red Green Blue C M Y K H S L
Decimal 9 48 84 0.89 0.43 0 0.67 208.8 0.81 0.18
Hex 9 30 54 59 2B 0 43 D1 51 12
Octal 11 60 124 131 53 0 103 321 121 22
Binary 1001 110000 1010100 1011001 101011 0 1000011 11010001 1010001 10010

Color Harmonies of #093054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093054

Black with #093054

Text Example


Text Example

White with #093054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093054; }

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

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

background-color css

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

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

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

border-color css

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

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

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