Html Css Color HEX #092B8A Smalt

📋 copy color: '#092B8A'

red 9 ◦ green 43 ◦ blue 138

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

Shades of Smalt #092B8A

Tints of Smalt #092B8A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.63%

 BLUE value IS 138 (54.3% from 255) = 72.63%

R = 4.74%
G = 22.63%
B = 72.63%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#092B8A (or 0x092B8A) is known color: Smalt. HEX triplet: 09, 2B and 8A. RGB value is (9,43,138). Sum of RGB (Red+Green+Blue) = 9+43+138=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 138 (54.30% from 255 or 72.63% from 190); Max value from RGB is 138 - color contains mainly: blue. Hex color #092B8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092B8A is #F6D475. Grayscale: #2B2B2B. Windows color (decimal): -16176246 or 9054985. OLE color: 9054985.

HSL color Cylindrical-coordinate representation of color #092B8A: hue angle of 224.19º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092B8A is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 43 138 -
CMYK 0.93 0.69 0 0.46
HSL 224.19º 0.88% 0.29% -
HSV(B) 224.19º 0.93% 0.54% -
XYZ 5.56 3.62 24.45 -
YUV 43.66 181.24 103.28 -
System Red Green Blue C M Y K H S L
Decimal 9 43 138 0.93 0.69 0 0.46 224.19 0.88 0.29
Hex 9 2B 8A 5D 45 0 2E E0 58 1D
Octal 11 53 212 135 105 0 56 340 130 35
Binary 1001 101011 10001010 1011101 1000101 0 101110 11100000 1011000 11101

Color Harmonies of #092B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092B8A

Black with #092B8A

Text Example


Text Example

White with #092B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,43,138); }

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

background-color css

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

 a { background-color: rgb(9,43,138); }

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

border-color css

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

 span { border-color: rgb(9,43,138); }

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