Html Css Color HEX #092C85 Smalt

📋 copy color: '#092C85'

red 9 ◦ green 44 ◦ blue 133

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

Shades of Smalt #092C85

Tints of Smalt #092C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 71.51%

R = 4.84%
G = 23.66%
B = 71.51%

CMYK

 C value IS 0.93

 M value IS 0.67

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#092C85 (or 0x092C85) is known color: Smalt. HEX triplet: 09, 2C and 85. RGB value is (9,44,133). Sum of RGB (Red+Green+Blue) = 9+44+133=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 133 (52.34% from 255 or 71.51% from 186); Max value from RGB is 133 - color contains mainly: blue. Hex color #092C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092C85 is #F6D37A. Grayscale: #2B2B2B. Windows color (decimal): -16175995 or 8727561. OLE color: 8727561.

HSL color Cylindrical-coordinate representation of color #092C85: hue angle of 223.06º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092C85 is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 44 133 -
CMYK 0.93 0.67 0 0.48
HSL 223.06º 0.87% 0.28% -
HSV(B) 223.06º 0.93% 0.52% -
XYZ 5.25 3.55 22.6 -
YUV 43.68 178.4 103.26 -
System Red Green Blue C M Y K H S L
Decimal 9 44 133 0.93 0.67 0 0.48 223.06 0.87 0.28
Hex 9 2C 85 5D 43 0 30 DF 57 1C
Octal 11 54 205 135 103 0 60 337 127 34
Binary 1001 101100 10000101 1011101 1000011 0 110000 11011111 1010111 11100

Color Harmonies of #092C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092C85

Black with #092C85

Text Example


Text Example

White with #092C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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