Html Css Color HEX #092E5F Prussian Blue

📋 copy color: '#092E5F'

red 9 ◦ green 46 ◦ blue 95

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

Shades of Prussian Blue #092E5F

Tints of Prussian Blue #092E5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 63.33%

R = 6%
G = 30.67%
B = 63.33%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#092E5F (or 0x092E5F) is known color: Prussian Blue. HEX triplet: 09, 2E and 5F. RGB value is (9,46,95). Sum of RGB (Red+Green+Blue) = 9+46+95=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 46 (18.36% from 255 or 30.67% from 150); Blue value is 95 (37.5% from 255 or 63.33% from 150); Max value from RGB is 95 - color contains mainly: blue. Hex color #092E5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092E5F is #F6D1A0. Grayscale: #282828. Windows color (decimal): -16175521 or 6237705. OLE color: 6237705.

HSL color Cylindrical-coordinate representation of color #092E5F: hue angle of 214.19º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092E5F is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 46 95 -
CMYK 0.91 0.52 0 0.63
HSL 214.19º 0.83% 0.2% -
HSV(B) 214.19º 0.91% 0.37% -
XYZ 3.16 2.84 11.21 -
YUV 40.52 158.74 105.52 -
System Red Green Blue C M Y K H S L
Decimal 9 46 95 0.91 0.52 0 0.63 214.19 0.83 0.2
Hex 9 2E 5F 5B 34 0 3F D6 53 14
Octal 11 56 137 133 64 0 77 326 123 24
Binary 1001 101110 1011111 1011011 110100 0 111111 11010110 1010011 10100

Color Harmonies of #092E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092E5F

Black with #092E5F

Text Example


Text Example

White with #092E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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