Html Css Color HEX #092D5C Prussian Blue

📋 copy color: '#092D5C'

red 9 ◦ green 45 ◦ blue 92

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

Shades of Prussian Blue #092D5C

Tints of Prussian Blue #092D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 63.01%

R = 6.16%
G = 30.82%
B = 63.01%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#092D5C (or 0x092D5C) is known color: Prussian Blue. HEX triplet: 09, 2D and 5C. RGB value is (9,45,92). Sum of RGB (Red+Green+Blue) = 9+45+92=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 45 (17.97% from 255 or 30.82% from 146); Blue value is 92 (36.33% from 255 or 63.01% from 146); Max value from RGB is 92 - color contains mainly: blue. Hex color #092D5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092D5C is #F6D2A3. Grayscale: #272727. Windows color (decimal): -16175780 or 6040841. OLE color: 6040841.

HSL color Cylindrical-coordinate representation of color #092D5C: hue angle of 213.98º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #092D5C is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 45 92 -
CMYK 0.90 0.51 0 0.64
HSL 213.98º 0.82% 0.2% -
HSV(B) 213.98º 0.9% 0.36% -
XYZ 2.98 2.71 10.49 -
YUV 39.59 157.57 106.18 -
System Red Green Blue C M Y K H S L
Decimal 9 45 92 0.90 0.51 0 0.64 213.98 0.82 0.2
Hex 9 2D 5C 5A 33 0 40 D6 52 14
Octal 11 55 134 132 63 0 100 326 122 24
Binary 1001 101101 1011100 1011010 110011 0 1000000 11010110 1010010 10100

Color Harmonies of #092D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092D5C

Black with #092D5C

Text Example


Text Example

White with #092D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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