Html Css Color HEX #09278C Smalt

📋 copy color: '#09278C'

red 9 ◦ green 39 ◦ blue 140

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

Shades of Smalt #09278C

Tints of Smalt #09278C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.74%

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

R = 4.79%
G = 20.74%
B = 74.47%

CMYK

 C value IS 0.94

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09278C (or 0x09278C) is known color: Smalt. HEX triplet: 09, 27 and 8C. RGB value is (9,39,140). Sum of RGB (Red+Green+Blue) = 9+39+140=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 140 (55.08% from 255 or 74.47% from 188); Max value from RGB is 140 - color contains mainly: blue. Hex color #09278C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09278C is #F6D873. Grayscale: #292929. Windows color (decimal): -16177268 or 9185033. OLE color: 9185033.

HSL color Cylindrical-coordinate representation of color #09278C: hue angle of 226.26º 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 #09278C is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 39 140 -
CMYK 0.94 0.72 0 0.45
HSL 226.26º 0.88% 0.29% -
HSV(B) 226.26º 0.94% 0.55% -
XYZ 5.57 3.4 25.17 -
YUV 41.54 183.56 104.79 -
System Red Green Blue C M Y K H S L
Decimal 9 39 140 0.94 0.72 0 0.45 226.26 0.88 0.29
Hex 9 27 8C 5E 48 0 2D E2 58 1D
Octal 11 47 214 136 110 0 55 342 130 35
Binary 1001 100111 10001100 1011110 1001000 0 101101 11100010 1011000 11101

Color Harmonies of #09278C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09278C

Black with #09278C

Text Example


Text Example

White with #09278C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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