Html Css Color HEX #092398 Smalt

📋 copy color: '#092398'

red 9 ◦ green 35 ◦ blue 152

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

Shades of Smalt #092398

Tints of Smalt #092398

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.86%

 BLUE value IS 152 (59.77% from 255) = 77.55%

R = 4.59%
G = 17.86%
B = 77.55%

CMYK

 C value IS 0.94

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#092398 (or 0x092398) is known color: Smalt. HEX triplet: 09, 23 and 98. RGB value is (9,35,152). Sum of RGB (Red+Green+Blue) = 9+35+152=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 152 (59.77% from 255 or 77.55% from 196); Max value from RGB is 152 - color contains mainly: blue. Hex color #092398 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092398 is #F6DC67. Grayscale: #282828. Windows color (decimal): -16178280 or 9970441. OLE color: 9970441.

HSL color Cylindrical-coordinate representation of color #092398: hue angle of 229.09º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #092398 is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 9 35 152 -
CMYK 0.94 0.77 0 0.40
HSL 229.09º 0.89% 0.32% -
HSV(B) 229.09º 0.94% 0.6% -
XYZ 6.38 3.53 30.05 -
YUV 40.56 190.89 105.49 -
System Red Green Blue C M Y K H S L
Decimal 9 35 152 0.94 0.77 0 0.40 229.09 0.89 0.32
Hex 9 23 98 5E 4D 0 28 E5 59 20
Octal 11 43 230 136 115 0 50 345 131 40
Binary 1001 100011 10011000 1011110 1001101 0 101000 11100101 1011001 100000

Color Harmonies of #092398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092398

Black with #092398

Text Example


Text Example

White with #092398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092398; }

 p { color: rgb(9,35,152); }

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

background-color css

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

 a { background-color: rgb(9,35,152); }

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

border-color css

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

 span { border-color: rgb(9,35,152); }

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