Html Css Color HEX #092B91 Smalt

📋 copy color: '#092B91'

red 9 ◦ green 43 ◦ blue 145

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

Shades of Smalt #092B91

Tints of Smalt #092B91

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.83%

 BLUE value IS 145 (57.03% from 255) = 73.6%

R = 4.57%
G = 21.83%
B = 73.6%

CMYK

 C value IS 0.94

 M value IS 0.70

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#092B91 (or 0x092B91) is known color: Smalt. HEX triplet: 09, 2B and 91. RGB value is (9,43,145). Sum of RGB (Red+Green+Blue) = 9+43+145=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 145 (57.03% from 255 or 73.60% from 197); Max value from RGB is 145 - color contains mainly: blue. Hex color #092B91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092B91 is #F6D46E. Grayscale: #2C2C2C. Windows color (decimal): -16176239 or 9513737. OLE color: 9513737.

HSL color Cylindrical-coordinate representation of color #092B91: hue angle of 225º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #092B91 is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 43 145 -
CMYK 0.94 0.70 0 0.43
HSL 225º 0.88% 0.3% -
HSV(B) 225º 0.94% 0.57% -
XYZ 6.09 3.83 27.21 -
YUV 44.46 184.74 102.71 -
System Red Green Blue C M Y K H S L
Decimal 9 43 145 0.94 0.70 0 0.43 225 0.88 0.3
Hex 9 2B 91 5E 46 0 2B E1 58 1E
Octal 11 53 221 136 106 0 53 341 130 36
Binary 1001 101011 10010001 1011110 1000110 0 101011 11100001 1011000 11110

Color Harmonies of #092B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092B91

Black with #092B91

Text Example


Text Example

White with #092B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,43,145); }

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

background-color css

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

 a { background-color: rgb(9,43,145); }

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

border-color css

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

 span { border-color: rgb(9,43,145); }

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