Html Css Color HEX #092F50 Prussian Blue

📋 copy color: '#092F50'

red 9 ◦ green 47 ◦ blue 80

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

Shades of Prussian Blue #092F50

Tints of Prussian Blue #092F50

RGB

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

 GREEN value IS 47 (18.75% from 255) = 34.56%

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

R = 6.62%
G = 34.56%
B = 58.82%

CMYK

 C value IS 0.89

 M value IS 0.41

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#092F50 (or 0x092F50) is known color: Prussian Blue. HEX triplet: 09, 2F and 50. RGB value is (9,47,80). Sum of RGB (Red+Green+Blue) = 9+47+80=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 47 (18.75% from 255 or 34.56% from 136); Blue value is 80 (31.64% from 255 or 58.82% from 136); Max value from RGB is 80 - color contains mainly: blue. Hex color #092F50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092F50 is #F6D0AF. Grayscale: #272727. Windows color (decimal): -16175280 or 5254921. OLE color: 5254921.

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

Color convert

RGB 9 47 80 -
CMYK 0.89 0.41 0 0.69
HSL 207.89º 0.8% 0.17% -
HSV(B) 207.89º 0.89% 0.31% -
XYZ 2.58 2.67 7.97 -
YUV 39.4 150.91 106.32 -
System Red Green Blue C M Y K H S L
Decimal 9 47 80 0.89 0.41 0 0.69 207.89 0.8 0.17
Hex 9 2F 50 59 29 0 45 D0 50 11
Octal 11 57 120 131 51 0 105 320 120 21
Binary 1001 101111 1010000 1011001 101001 0 1000101 11010000 1010000 10001

Color Harmonies of #092F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092F50

Black with #092F50

Text Example


Text Example

White with #092F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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