Html Css Color HEX #093051 Prussian Blue

📋 copy color: '#093051'

red 9 ◦ green 48 ◦ blue 81

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

Shades of Prussian Blue #093051

Tints of Prussian Blue #093051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 58.7%

R = 6.52%
G = 34.78%
B = 58.7%

CMYK

 C value IS 0.89

 M value IS 0.41

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#093051 (or 0x093051) is known color: Prussian Blue. HEX triplet: 09, 30 and 51. RGB value is (9,48,81). Sum of RGB (Red+Green+Blue) = 9+48+81=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 81 (32.03% from 255 or 58.70% from 138); Max value from RGB is 81 - color contains mainly: blue. Hex color #093051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093051 is #F6CFAE. Grayscale: #272727. Windows color (decimal): -16175023 or 5320713. OLE color: 5320713.

HSL color Cylindrical-coordinate representation of color #093051: hue angle of 207.5º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #093051 is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 48 81 -
CMYK 0.89 0.41 0 0.68
HSL 207.5º 0.8% 0.18% -
HSV(B) 207.5º 0.89% 0.32% -
XYZ 2.65 2.77 8.18 -
YUV 40.1 151.08 105.82 -
System Red Green Blue C M Y K H S L
Decimal 9 48 81 0.89 0.41 0 0.68 207.5 0.8 0.18
Hex 9 30 51 59 29 0 44 D0 50 12
Octal 11 60 121 131 51 0 104 320 120 22
Binary 1001 110000 1010001 1011001 101001 0 1000100 11010000 1010000 10010

Color Harmonies of #093051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093051

Black with #093051

Text Example


Text Example

White with #093051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093051; }

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

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

background-color css

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

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

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

border-color css

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

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

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