Html Css Color HEX #092E55 Prussian Blue

📋 copy color: '#092E55'

red 9 ◦ green 46 ◦ blue 85

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

Shades of Prussian Blue #092E55

Tints of Prussian Blue #092E55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 60.71%

R = 6.43%
G = 32.86%
B = 60.71%

CMYK

 C value IS 0.89

 M value IS 0.46

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#092E55 (or 0x092E55) is known color: Prussian Blue. HEX triplet: 09, 2E and 55. RGB value is (9,46,85). Sum of RGB (Red+Green+Blue) = 9+46+85=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 46 (18.36% from 255 or 32.86% from 140); Blue value is 85 (33.59% from 255 or 60.71% from 140); Max value from RGB is 85 - color contains mainly: blue. Hex color #092E55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092E55 is #F6D1AA. Grayscale: #272727. Windows color (decimal): -16175531 or 5582345. OLE color: 5582345.

HSL color Cylindrical-coordinate representation of color #092E55: hue angle of 210.79º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #092E55 is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 46 85 -
CMYK 0.89 0.46 0 0.67
HSL 210.79º 0.81% 0.18% -
HSV(B) 210.79º 0.89% 0.33% -
XYZ 2.73 2.67 8.97 -
YUV 39.38 153.74 106.33 -
System Red Green Blue C M Y K H S L
Decimal 9 46 85 0.89 0.46 0 0.67 210.79 0.81 0.18
Hex 9 2E 55 59 2E 0 43 D3 51 12
Octal 11 56 125 131 56 0 103 323 121 22
Binary 1001 101110 1010101 1011001 101110 0 1000011 11010011 1010001 10010

Color Harmonies of #092E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092E55

Black with #092E55

Text Example


Text Example

White with #092E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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