Html Css Color HEX #092F58 Prussian Blue

📋 copy color: '#092F58'

red 9 ◦ green 47 ◦ blue 88

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

Shades of Prussian Blue #092F58

Tints of Prussian Blue #092F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 61.11%

R = 6.25%
G = 32.64%
B = 61.11%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#092F58 (or 0x092F58) is known color: Prussian Blue. HEX triplet: 09, 2F and 58. RGB value is (9,47,88). Sum of RGB (Red+Green+Blue) = 9+47+88=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 47 (18.75% from 255 or 32.64% from 144); Blue value is 88 (34.77% from 255 or 61.11% from 144); Max value from RGB is 88 - color contains mainly: blue. Hex color #092F58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092F58 is #F6D0A7. Grayscale: #282828. Windows color (decimal): -16175272 or 5779209. OLE color: 5779209.

HSL color Cylindrical-coordinate representation of color #092F58: hue angle of 211.14º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #092F58 is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 47 88 -
CMYK 0.90 0.47 0 0.65
HSL 211.14º 0.81% 0.19% -
HSV(B) 211.14º 0.9% 0.35% -
XYZ 2.89 2.8 9.62 -
YUV 40.31 154.91 105.67 -
System Red Green Blue C M Y K H S L
Decimal 9 47 88 0.90 0.47 0 0.65 211.14 0.81 0.19
Hex 9 2F 58 5A 2F 0 41 D3 51 13
Octal 11 57 130 132 57 0 101 323 121 23
Binary 1001 101111 1011000 1011010 101111 0 1000001 11010011 1010001 10011

Color Harmonies of #092F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092F58

Black with #092F58

Text Example


Text Example

White with #092F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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