Html Css Color HEX #09268C Smalt

📋 copy color: '#09268C'

red 9 ◦ green 38 ◦ blue 140

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

Shades of Smalt #09268C

Tints of Smalt #09268C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 74.87%

R = 4.81%
G = 20.32%
B = 74.87%

CMYK

 C value IS 0.94

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09268C (or 0x09268C) is known color: Smalt. HEX triplet: 09, 26 and 8C. RGB value is (9,38,140). Sum of RGB (Red+Green+Blue) = 9+38+140=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 140 (55.08% from 255 or 74.87% from 187); Max value from RGB is 140 - color contains mainly: blue. Hex color #09268C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09268C is #F6D973. Grayscale: #282828. Windows color (decimal): -16177524 or 9184777. OLE color: 9184777.

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

Color convert

RGB 9 38 140 -
CMYK 0.94 0.73 0 0.45
HSL 226.72º 0.88% 0.29% -
HSV(B) 226.72º 0.94% 0.55% -
XYZ 5.54 3.34 25.16 -
YUV 40.96 183.89 105.21 -
System Red Green Blue C M Y K H S L
Decimal 9 38 140 0.94 0.73 0 0.45 226.72 0.88 0.29
Hex 9 26 8C 5E 49 0 2D E3 58 1D
Octal 11 46 214 136 111 0 55 343 130 35
Binary 1001 100110 10001100 1011110 1001001 0 101101 11100011 1011000 11101

Color Harmonies of #09268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09268C

Black with #09268C

Text Example


Text Example

White with #09268C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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