Html Css Color HEX #092E50 Prussian Blue

📋 copy color: '#092E50'

red 9 ◦ green 46 ◦ blue 80

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

Shades of Prussian Blue #092E50

Tints of Prussian Blue #092E50

RGB

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

 GREEN value IS 46 (18.36% from 255) = 34.07%

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

R = 6.67%
G = 34.07%
B = 59.26%

CMYK

 C value IS 0.89

 M value IS 0.42

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#092E50 (or 0x092E50) is known color: Prussian Blue. HEX triplet: 09, 2E and 50. RGB value is (9,46,80). Sum of RGB (Red+Green+Blue) = 9+46+80=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 46 (18.36% from 255 or 34.07% from 135); Blue value is 80 (31.64% from 255 or 59.26% from 135); Max value from RGB is 80 - color contains mainly: blue. Hex color #092E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092E50 is #F6D1AF. Grayscale: #262626. Windows color (decimal): -16175536 or 5254665. OLE color: 5254665.

HSL color Cylindrical-coordinate representation of color #092E50: hue angle of 208.73º 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 #092E50 is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 46 80 -
CMYK 0.89 0.42 0 0.69
HSL 208.73º 0.8% 0.17% -
HSV(B) 208.73º 0.89% 0.31% -
XYZ 2.54 2.59 7.96 -
YUV 38.81 151.24 106.74 -
System Red Green Blue C M Y K H S L
Decimal 9 46 80 0.89 0.42 0 0.69 208.73 0.8 0.17
Hex 9 2E 50 59 2A 0 45 D1 50 11
Octal 11 56 120 131 52 0 105 321 120 21
Binary 1001 101110 1010000 1011001 101010 0 1000101 11010001 1010000 10001

Color Harmonies of #092E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092E50

Black with #092E50

Text Example


Text Example

White with #092E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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