Html Css Color HEX #092F59 Prussian Blue

📋 copy color: '#092F59'

red 9 ◦ green 47 ◦ blue 89

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

Shades of Prussian Blue #092F59

Tints of Prussian Blue #092F59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 61.38%

R = 6.21%
G = 32.41%
B = 61.38%

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

#092F59 (or 0x092F59) is known color: Prussian Blue. HEX triplet: 09, 2F and 59. RGB value is (9,47,89). Sum of RGB (Red+Green+Blue) = 9+47+89=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 47 (18.75% from 255 or 32.41% from 145); Blue value is 89 (35.16% from 255 or 61.38% from 145); Max value from RGB is 89 - color contains mainly: blue. Hex color #092F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092F59 is #F6D0A6. Grayscale: #282828. Windows color (decimal): -16175271 or 5844745. OLE color: 5844745.

HSL color Cylindrical-coordinate representation of color #092F59: hue angle of 211.5º degrees, saturation: 0.82, 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 #092F59 is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 47 89 -
CMYK 0.90 0.47 0 0.65
HSL 211.5º 0.82% 0.19% -
HSV(B) 211.5º 0.9% 0.35% -
XYZ 2.93 2.81 9.84 -
YUV 40.43 155.41 105.58 -
System Red Green Blue C M Y K H S L
Decimal 9 47 89 0.90 0.47 0 0.65 211.5 0.82 0.19
Hex 9 2F 59 5A 2F 0 41 D4 52 13
Octal 11 57 131 132 57 0 101 324 122 23
Binary 1001 101111 1011001 1011010 101111 0 1000001 11010100 1010010 10011

Color Harmonies of #092F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092F59

Black with #092F59

Text Example


Text Example

White with #092F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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