Html Css Color HEX #09268F Smalt

📋 copy color: '#09268F'

red 9 ◦ green 38 ◦ blue 143

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

Shades of Smalt #09268F

Tints of Smalt #09268F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20%

 BLUE value IS 143 (56.25% from 255) = 75.26%

R = 4.74%
G = 20%
B = 75.26%

CMYK

 C value IS 0.94

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#09268F (or 0x09268F) is known color: Smalt. HEX triplet: 09, 26 and 8F. RGB value is (9,38,143). Sum of RGB (Red+Green+Blue) = 9+38+143=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 143 (56.25% from 255 or 75.26% from 190); Max value from RGB is 143 - color contains mainly: blue. Hex color #09268F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09268F is #F6D970. Grayscale: #282828. Windows color (decimal): -16177521 or 9381385. OLE color: 9381385.

HSL color Cylindrical-coordinate representation of color #09268F: hue angle of 227.01º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09268F is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 38 143 -
CMYK 0.94 0.73 0 0.44
HSL 227.01º 0.88% 0.3% -
HSV(B) 227.01º 0.94% 0.56% -
XYZ 5.76 3.43 26.34 -
YUV 41.3 185.39 104.96 -
System Red Green Blue C M Y K H S L
Decimal 9 38 143 0.94 0.73 0 0.44 227.01 0.88 0.3
Hex 9 26 8F 5E 49 0 2C E3 58 1E
Octal 11 46 217 136 111 0 54 343 130 36
Binary 1001 100110 10001111 1011110 1001001 0 101100 11100011 1011000 11110

Color Harmonies of #09268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09268F

Black with #09268F

Text Example


Text Example

White with #09268F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09268F; }

 p { color: rgb(9,38,143); }

 H1.HeaderClassName
 {
   color: #09268F;
 }
 .AnyTagClassName
 {
   color: #09268F;
 }
</style>

background-color css

<style>
 a { background-color: #09268F; }

 a { background-color: rgb(9,38,143); }

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

border-color css

<style>
 span { border-color: #09268F; }

 span { border-color: rgb(9,38,143); }

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