Html Css Color HEX #092E8D Smalt

📋 copy color: '#092E8D'

red 9 ◦ green 46 ◦ blue 141

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

Shades of Smalt #092E8D

Tints of Smalt #092E8D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.47%

 BLUE value IS 141 (55.47% from 255) = 71.94%

R = 4.59%
G = 23.47%
B = 71.94%

CMYK

 C value IS 0.94

 M value IS 0.67

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#092E8D (or 0x092E8D) is known color: Smalt. HEX triplet: 09, 2E and 8D. RGB value is (9,46,141). Sum of RGB (Red+Green+Blue) = 9+46+141=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 141 (55.47% from 255 or 71.94% from 196); Max value from RGB is 141 - color contains mainly: blue. Hex color #092E8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092E8D is #F6D172. Grayscale: #2D2D2D. Windows color (decimal): -16175475 or 9252361. OLE color: 9252361.

HSL color Cylindrical-coordinate representation of color #092E8D: hue angle of 223.18º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #092E8D is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 46 141 -
CMYK 0.94 0.67 0 0.45
HSL 223.18º 0.88% 0.29% -
HSV(B) 223.18º 0.94% 0.55% -
XYZ 5.9 3.94 25.65 -
YUV 45.77 181.74 101.78 -
System Red Green Blue C M Y K H S L
Decimal 9 46 141 0.94 0.67 0 0.45 223.18 0.88 0.29
Hex 9 2E 8D 5E 43 0 2D DF 58 1D
Octal 11 56 215 136 103 0 55 337 130 35
Binary 1001 101110 10001101 1011110 1000011 0 101101 11011111 1011000 11101

Color Harmonies of #092E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092E8D

Black with #092E8D

Text Example


Text Example

White with #092E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,46,141); }

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

background-color css

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

 a { background-color: rgb(9,46,141); }

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

border-color css

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

 span { border-color: rgb(9,46,141); }

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