Html Css Color HEX #092F98 Smalt

📋 copy color: '#092F98'

red 9 ◦ green 47 ◦ blue 152

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

Shades of Smalt #092F98

Tints of Smalt #092F98

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.6%

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

R = 4.33%
G = 22.6%
B = 73.08%

CMYK

 C value IS 0.94

 M value IS 0.69

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#092F98 (or 0x092F98) is known color: Smalt. HEX triplet: 09, 2F and 98. RGB value is (9,47,152). Sum of RGB (Red+Green+Blue) = 9+47+152=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 47 (18.75% from 255 or 22.60% from 208); Blue value is 152 (59.77% from 255 or 73.08% from 208); Max value from RGB is 152 - color contains mainly: blue. Hex color #092F98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092F98 is #F6D067. Grayscale: #2F2F2F. Windows color (decimal): -16175208 or 9973513. OLE color: 9973513.

HSL color Cylindrical-coordinate representation of color #092F98: hue angle of 224.06º 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 #092F98 is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 9 47 152 -
CMYK 0.94 0.69 0 0.40
HSL 224.06º 0.89% 0.32% -
HSV(B) 224.06º 0.94% 0.6% -
XYZ 6.8 4.36 30.19 -
YUV 47.61 186.91 100.46 -
System Red Green Blue C M Y K H S L
Decimal 9 47 152 0.94 0.69 0 0.40 224.06 0.89 0.32
Hex 9 2F 98 5E 45 0 28 E0 59 20
Octal 11 57 230 136 105 0 50 340 131 40
Binary 1001 101111 10011000 1011110 1000101 0 101000 11100000 1011001 100000

Color Harmonies of #092F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092F98

Black with #092F98

Text Example


Text Example

White with #092F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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