Html Css Color HEX #092A89 Smalt

📋 copy color: '#092A89'

red 9 ◦ green 42 ◦ blue 137

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

Shades of Smalt #092A89

Tints of Smalt #092A89

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.34%

 BLUE value IS 137 (53.91% from 255) = 72.87%

R = 4.79%
G = 22.34%
B = 72.87%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#092A89 (or 0x092A89) is known color: Smalt. HEX triplet: 09, 2A and 89. RGB value is (9,42,137). Sum of RGB (Red+Green+Blue) = 9+42+137=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 42 (16.80% from 255 or 22.34% from 188); Blue value is 137 (53.91% from 255 or 72.87% from 188); Max value from RGB is 137 - color contains mainly: blue. Hex color #092A89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092A89 is #F6D576. Grayscale: #2A2A2A. Windows color (decimal): -16176503 or 8989193. OLE color: 8989193.

HSL color Cylindrical-coordinate representation of color #092A89: hue angle of 224.53º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092A89 is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 42 137 -
CMYK 0.93 0.69 0 0.46
HSL 224.53º 0.88% 0.29% -
HSV(B) 224.53º 0.93% 0.54% -
XYZ 5.46 3.52 24.06 -
YUV 42.96 181.07 103.78 -
System Red Green Blue C M Y K H S L
Decimal 9 42 137 0.93 0.69 0 0.46 224.53 0.88 0.29
Hex 9 2A 89 5D 45 0 2E E1 58 1D
Octal 11 52 211 135 105 0 56 341 130 35
Binary 1001 101010 10001001 1011101 1000101 0 101110 11100001 1011000 11101

Color Harmonies of #092A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092A89

Black with #092A89

Text Example


Text Example

White with #092A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,42,137); }

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

background-color css

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

 a { background-color: rgb(9,42,137); }

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

border-color css

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

 span { border-color: rgb(9,42,137); }

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