Html Css Color HEX #092D58 Prussian Blue

📋 copy color: '#092D58'

red 9 ◦ green 45 ◦ blue 88

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

Shades of Prussian Blue #092D58

Tints of Prussian Blue #092D58

RGB

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

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

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

R = 6.34%
G = 31.69%
B = 61.97%

CMYK

 C value IS 0.90

 M value IS 0.49

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#092D58 (or 0x092D58) is known color: Prussian Blue. HEX triplet: 09, 2D and 58. RGB value is (9,45,88). Sum of RGB (Red+Green+Blue) = 9+45+88=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 45 (17.97% from 255 or 31.69% from 142); Blue value is 88 (34.77% from 255 or 61.97% from 142); Max value from RGB is 88 - color contains mainly: blue. Hex color #092D58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092D58 is #F6D2A7. Grayscale: #262626. Windows color (decimal): -16175784 or 5778697. OLE color: 5778697.

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

Color convert

RGB 9 45 88 -
CMYK 0.90 0.49 0 0.65
HSL 212.66º 0.81% 0.19% -
HSV(B) 212.66º 0.9% 0.35% -
XYZ 2.81 2.64 9.59 -
YUV 39.14 155.57 106.5 -
System Red Green Blue C M Y K H S L
Decimal 9 45 88 0.90 0.49 0 0.65 212.66 0.81 0.19
Hex 9 2D 58 5A 31 0 41 D5 51 13
Octal 11 55 130 132 61 0 101 325 121 23
Binary 1001 101101 1011000 1011010 110001 0 1000001 11010101 1010001 10011

Color Harmonies of #092D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092D58

Black with #092D58

Text Example


Text Example

White with #092D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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