Html Css Color HEX #092950 Prussian Blue

📋 copy color: '#092950'

red 9 ◦ green 41 ◦ blue 80

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

Shades of Prussian Blue #092950

Tints of Prussian Blue #092950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 31.54%

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

R = 6.92%
G = 31.54%
B = 61.54%

CMYK

 C value IS 0.89

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#092950 (or 0x092950) is known color: Prussian Blue. HEX triplet: 09, 29 and 50. RGB value is (9,41,80). Sum of RGB (Red+Green+Blue) = 9+41+80=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 41 (16.41% from 255 or 31.54% from 130); Blue value is 80 (31.64% from 255 or 61.54% from 130); Max value from RGB is 80 - color contains mainly: blue. Hex color #092950 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092950 is #F6D6AF. Grayscale: #232323. Windows color (decimal): -16176816 or 5253385. OLE color: 5253385.

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

Color convert

RGB 9 41 80 -
CMYK 0.89 0.49 0 0.69
HSL 212.96º 0.8% 0.17% -
HSV(B) 212.96º 0.89% 0.31% -
XYZ 2.35 2.22 7.89 -
YUV 35.88 152.9 108.83 -
System Red Green Blue C M Y K H S L
Decimal 9 41 80 0.89 0.49 0 0.69 212.96 0.8 0.17
Hex 9 29 50 59 31 0 45 D5 50 11
Octal 11 51 120 131 61 0 105 325 120 21
Binary 1001 101001 1010000 1011001 110001 0 1000101 11010101 1010000 10001

Color Harmonies of #092950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092950

Black with #092950

Text Example


Text Example

White with #092950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092950; }

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

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

background-color css

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

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

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

border-color css

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

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

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