Html Css Color HEX #092D50 Prussian Blue

📋 copy color: '#092D50'

red 9 ◦ green 45 ◦ blue 80

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

Shades of Prussian Blue #092D50

Tints of Prussian Blue #092D50

RGB

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

 GREEN value IS 45 (17.97% from 255) = 33.58%

 BLUE value IS 80 (31.64% from 255) = 59.7%

R = 6.72%
G = 33.58%
B = 59.7%

CMYK

 C value IS 0.89

 M value IS 0.44

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#092D50 (or 0x092D50) is known color: Prussian Blue. HEX triplet: 09, 2D and 50. RGB value is (9,45,80). Sum of RGB (Red+Green+Blue) = 9+45+80=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 45 (17.97% from 255 or 33.58% from 134); Blue value is 80 (31.64% from 255 or 59.70% from 134); Max value from RGB is 80 - color contains mainly: blue. Hex color #092D50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092D50 is #F6D2AF. Grayscale: #262626. Windows color (decimal): -16175792 or 5254409. OLE color: 5254409.

HSL color Cylindrical-coordinate representation of color #092D50: hue angle of 209.58º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #092D50 is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 45 80 -
CMYK 0.89 0.44 0 0.69
HSL 209.58º 0.8% 0.17% -
HSV(B) 209.58º 0.89% 0.31% -
XYZ 2.5 2.51 7.94 -
YUV 38.23 151.57 107.15 -
System Red Green Blue C M Y K H S L
Decimal 9 45 80 0.89 0.44 0 0.69 209.58 0.8 0.17
Hex 9 2D 50 59 2C 0 45 D2 50 11
Octal 11 55 120 131 54 0 105 322 120 21
Binary 1001 101101 1010000 1011001 101100 0 1000101 11010010 1010000 10001

Color Harmonies of #092D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092D50

Black with #092D50

Text Example


Text Example

White with #092D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092D50; }

 p { color: rgb(9,45,80); }

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

background-color css

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

 a { background-color: rgb(9,45,80); }

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

border-color css

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

 span { border-color: rgb(9,45,80); }

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