Html Css Color HEX #092C8E Smalt

📋 copy color: '#092C8E'

red 9 ◦ green 44 ◦ blue 142

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

Shades of Smalt #092C8E

Tints of Smalt #092C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 72.82%

R = 4.62%
G = 22.56%
B = 72.82%

CMYK

 C value IS 0.94

 M value IS 0.69

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#092C8E (or 0x092C8E) is known color: Smalt. HEX triplet: 09, 2C and 8E. RGB value is (9,44,142). Sum of RGB (Red+Green+Blue) = 9+44+142=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 142 (55.86% from 255 or 72.82% from 195); Max value from RGB is 142 - color contains mainly: blue. Hex color #092C8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092C8E is #F6D371. Grayscale: #2C2C2C. Windows color (decimal): -16175986 or 9317385. OLE color: 9317385.

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

Color convert

RGB 9 44 142 -
CMYK 0.94 0.69 0 0.44
HSL 224.21º 0.88% 0.3% -
HSV(B) 224.21º 0.94% 0.56% -
XYZ 5.9 3.81 26.02 -
YUV 44.71 182.9 102.53 -
System Red Green Blue C M Y K H S L
Decimal 9 44 142 0.94 0.69 0 0.44 224.21 0.88 0.3
Hex 9 2C 8E 5E 45 0 2C E0 58 1E
Octal 11 54 216 136 105 0 54 340 130 36
Binary 1001 101100 10001110 1011110 1000101 0 101100 11100000 1011000 11110

Color Harmonies of #092C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092C8E

Black with #092C8E

Text Example


Text Example

White with #092C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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