Html Css Color HEX #092F80 Smalt

📋 copy color: '#092F80'

red 9 ◦ green 47 ◦ blue 128

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

Shades of Smalt #092F80

Tints of Smalt #092F80

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.54%

 BLUE value IS 128 (50.39% from 255) = 69.57%

R = 4.89%
G = 25.54%
B = 69.57%

CMYK

 C value IS 0.93

 M value IS 0.63

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#092F80 (or 0x092F80) is known color: Smalt. HEX triplet: 09, 2F and 80. RGB value is (9,47,128). Sum of RGB (Red+Green+Blue) = 9+47+128=184 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.89% from 184); Green value is 47 (18.75% from 255 or 25.54% from 184); Blue value is 128 (50.39% from 255 or 69.57% from 184); Max value from RGB is 128 - color contains mainly: blue. Hex color #092F80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092F80 is #F6D07F. Grayscale: #2C2C2C. Windows color (decimal): -16175232 or 8400649. OLE color: 8400649.

HSL color Cylindrical-coordinate representation of color #092F80: hue angle of 220.84º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092F80 is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 9 47 128 -
CMYK 0.93 0.63 0 0.50
HSL 220.84º 0.87% 0.27% -
HSV(B) 220.84º 0.93% 0.5% -
XYZ 5.03 3.65 20.86 -
YUV 44.87 174.91 102.41 -
System Red Green Blue C M Y K H S L
Decimal 9 47 128 0.93 0.63 0 0.50 220.84 0.87 0.27
Hex 9 2F 80 5D 3F 0 32 DD 57 1B
Octal 11 57 200 135 77 0 62 335 127 33
Binary 1001 101111 10000000 1011101 111111 0 110010 11011101 1010111 11011

Color Harmonies of #092F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092F80

Black with #092F80

Text Example


Text Example

White with #092F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,47,128); }

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

background-color css

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

 a { background-color: rgb(9,47,128); }

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

border-color css

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

 span { border-color: rgb(9,47,128); }

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