Html Css Color HEX #09258A Smalt

📋 copy color: '#09258A'

red 9 ◦ green 37 ◦ blue 138

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

Shades of Smalt #09258A

Tints of Smalt #09258A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.11%

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

R = 4.89%
G = 20.11%
B = 75%

CMYK

 C value IS 0.93

 M value IS 0.73

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#09258A (or 0x09258A) is known color: Smalt. HEX triplet: 09, 25 and 8A. RGB value is (9,37,138). Sum of RGB (Red+Green+Blue) = 9+37+138=184 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.89% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 138 (54.30% from 255 or 75% from 184); Max value from RGB is 138 - color contains mainly: blue. Hex color #09258A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09258A is #F6DA75. Grayscale: #272727. Windows color (decimal): -16177782 or 9053449. OLE color: 9053449.

HSL color Cylindrical-coordinate representation of color #09258A: hue angle of 226.98º 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 #09258A is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 37 138 -
CMYK 0.93 0.73 0 0.46
HSL 226.98º 0.88% 0.29% -
HSV(B) 226.98º 0.93% 0.54% -
XYZ 5.36 3.22 24.38 -
YUV 40.14 183.22 105.79 -
System Red Green Blue C M Y K H S L
Decimal 9 37 138 0.93 0.73 0 0.46 226.98 0.88 0.29
Hex 9 25 8A 5D 49 0 2E E3 58 1D
Octal 11 45 212 135 111 0 56 343 130 35
Binary 1001 100101 10001010 1011101 1001001 0 101110 11100011 1011000 11101

Color Harmonies of #09258A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09258A

Black with #09258A

Text Example


Text Example

White with #09258A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09258A; }

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

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

background-color css

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

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

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

border-color css

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

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

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