Html Css Color HEX #092C4F Prussian Blue

📋 copy color: '#092C4F'

red 9 ◦ green 44 ◦ blue 79

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

Shades of Prussian Blue #092C4F

Tints of Prussian Blue #092C4F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 33.33%

 BLUE value IS 79 (31.25% from 255) = 59.85%

R = 6.82%
G = 33.33%
B = 59.85%

CMYK

 C value IS 0.89

 M value IS 0.44

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#092C4F (or 0x092C4F) is known color: Prussian Blue. HEX triplet: 09, 2C and 4F. RGB value is (9,44,79). Sum of RGB (Red+Green+Blue) = 9+44+79=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 44 (17.58% from 255 or 33.33% from 132); Blue value is 79 (31.25% from 255 or 59.85% from 132); Max value from RGB is 79 - color contains mainly: blue. Hex color #092C4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092C4F is #F6D3B0. Grayscale: #252525. Windows color (decimal): -16176049 or 5188617. OLE color: 5188617.

HSL color Cylindrical-coordinate representation of color #092C4F: hue angle of 210º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #092C4F is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 44 79 -
CMYK 0.89 0.44 0 0.69
HSL 210º 0.8% 0.17% -
HSV(B) 210º 0.89% 0.31% -
XYZ 2.42 2.42 7.74 -
YUV 37.53 151.4 107.65 -
System Red Green Blue C M Y K H S L
Decimal 9 44 79 0.89 0.44 0 0.69 210 0.8 0.17
Hex 9 2C 4F 59 2C 0 45 D2 50 11
Octal 11 54 117 131 54 0 105 322 120 21
Binary 1001 101100 1001111 1011001 101100 0 1000101 11010010 1010000 10001

Color Harmonies of #092C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092C4F

Black with #092C4F

Text Example


Text Example

White with #092C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,44,79); }

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

background-color css

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

 a { background-color: rgb(9,44,79); }

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

border-color css

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

 span { border-color: rgb(9,44,79); }

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