Html Css Color HEX #092F83 Smalt

📋 copy color: '#092F83'

red 9 ◦ green 47 ◦ blue 131

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

Shades of Smalt #092F83

Tints of Smalt #092F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 70.05%

R = 4.81%
G = 25.13%
B = 70.05%

CMYK

 C value IS 0.93

 M value IS 0.64

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#092F83 (or 0x092F83) is known color: Smalt. HEX triplet: 09, 2F and 83. RGB value is (9,47,131). Sum of RGB (Red+Green+Blue) = 9+47+131=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 131 (51.56% from 255 or 70.05% from 187); Max value from RGB is 131 - color contains mainly: blue. Hex color #092F83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092F83 is #F6D07C. Grayscale: #2C2C2C. Windows color (decimal): -16175229 or 8597257. OLE color: 8597257.

HSL color Cylindrical-coordinate representation of color #092F83: hue angle of 221.31º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092F83 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 9 47 131 -
CMYK 0.93 0.64 0 0.49
HSL 221.31º 0.87% 0.27% -
HSV(B) 221.31º 0.93% 0.51% -
XYZ 5.23 3.73 21.92 -
YUV 45.21 176.41 102.17 -
System Red Green Blue C M Y K H S L
Decimal 9 47 131 0.93 0.64 0 0.49 221.31 0.87 0.27
Hex 9 2F 83 5D 40 0 31 DD 57 1B
Octal 11 57 203 135 100 0 61 335 127 33
Binary 1001 101111 10000011 1011101 1000000 0 110001 11011101 1010111 11011

Color Harmonies of #092F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092F83

Black with #092F83

Text Example


Text Example

White with #092F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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