Html Css Color HEX #092D5F Prussian Blue

📋 copy color: '#092D5F'

red 9 ◦ green 45 ◦ blue 95

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

Shades of Prussian Blue #092D5F

Tints of Prussian Blue #092D5F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 30.2%

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

R = 6.04%
G = 30.2%
B = 63.76%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#092D5F (or 0x092D5F) is known color: Prussian Blue. HEX triplet: 09, 2D and 5F. RGB value is (9,45,95). Sum of RGB (Red+Green+Blue) = 9+45+95=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 95 (37.5% from 255 or 63.76% from 149); Max value from RGB is 95 - color contains mainly: blue. Hex color #092D5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092D5F is #F6D2A0. Grayscale: #272727. Windows color (decimal): -16175777 or 6237449. OLE color: 6237449.

HSL color Cylindrical-coordinate representation of color #092D5F: hue angle of 214.88º 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 #092D5F is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 45 95 -
CMYK 0.91 0.53 0 0.63
HSL 214.88º 0.83% 0.2% -
HSV(B) 214.88º 0.91% 0.37% -
XYZ 3.12 2.76 11.2 -
YUV 39.94 159.07 105.93 -
System Red Green Blue C M Y K H S L
Decimal 9 45 95 0.91 0.53 0 0.63 214.88 0.83 0.2
Hex 9 2D 5F 5B 35 0 3F D7 53 14
Octal 11 55 137 133 65 0 77 327 123 24
Binary 1001 101101 1011111 1011011 110101 0 111111 11010111 1010011 10100

Color Harmonies of #092D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092D5F

Black with #092D5F

Text Example


Text Example

White with #092D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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