Html Css Color HEX #092696 Smalt

📋 copy color: '#092696'

red 9 ◦ green 38 ◦ blue 150

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

Shades of Smalt #092696

Tints of Smalt #092696

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.29%

 BLUE value IS 150 (58.98% from 255) = 76.14%

R = 4.57%
G = 19.29%
B = 76.14%

CMYK

 C value IS 0.94

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#092696 (or 0x092696) is known color: Smalt. HEX triplet: 09, 26 and 96. RGB value is (9,38,150). Sum of RGB (Red+Green+Blue) = 9+38+150=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 150 (58.98% from 255 or 76.14% from 197); Max value from RGB is 150 - color contains mainly: blue. Hex color #092696 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092696 is #F6D969. Grayscale: #292929. Windows color (decimal): -16177514 or 9840137. OLE color: 9840137.

HSL color Cylindrical-coordinate representation of color #092696: hue angle of 227.66º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #092696 is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 9 38 150 -
CMYK 0.94 0.75 0 0.41
HSL 227.66º 0.89% 0.31% -
HSV(B) 227.66º 0.94% 0.59% -
XYZ 6.31 3.65 29.23 -
YUV 42.1 188.89 104.39 -
System Red Green Blue C M Y K H S L
Decimal 9 38 150 0.94 0.75 0 0.41 227.66 0.89 0.31
Hex 9 26 96 5E 4B 0 29 E4 59 1F
Octal 11 46 226 136 113 0 51 344 131 37
Binary 1001 100110 10010110 1011110 1001011 0 101001 11100100 1011001 11111

Color Harmonies of #092696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092696

Black with #092696

Text Example


Text Example

White with #092696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092696; }

 p { color: rgb(9,38,150); }

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

background-color css

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

 a { background-color: rgb(9,38,150); }

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

border-color css

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

 span { border-color: rgb(9,38,150); }

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