Html Css Color HEX #0918C9 Medium Blue

📋 copy color: '#0918C9'

red 9 ◦ green 24 ◦ blue 201

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

Shades of Medium Blue #0918C9

Tints of Medium Blue #0918C9

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.26%

 BLUE value IS 201 (78.91% from 255) = 85.9%

R = 3.85%
G = 10.26%
B = 85.9%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0918C9 (or 0x0918C9) is known color: Medium Blue. HEX triplet: 09, 18 and C9. RGB value is (9,24,201). Sum of RGB (Red+Green+Blue) = 9+24+201=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 201 (78.91% from 255 or 85.90% from 234); Max value from RGB is 201 - color contains mainly: blue. Hex color #0918C9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0918C9 is #F6E736. Grayscale: #262626. Windows color (decimal): -16181047 or 13178889. OLE color: 13178889.

HSL color Cylindrical-coordinate representation of color #0918C9: hue angle of 235.31º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0918C9 is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 24 201 -
CMYK 0.96 0.88 0 0.21
HSL 235.31º 0.91% 0.41% -
HSV(B) 235.31º 0.96% 0.79% -
XYZ 10.98 4.93 55.63 -
YUV 39.69 219.03 106.11 -
System Red Green Blue C M Y K H S L
Decimal 9 24 201 0.96 0.88 0 0.21 235.31 0.91 0.41
Hex 9 18 C9 60 58 0 15 EB 5B 29
Octal 11 30 311 140 130 0 25 353 133 51
Binary 1001 11000 11001001 1100000 1011000 0 10101 11101011 1011011 101001

Color Harmonies of #0918C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0918C9

Black with #0918C9

Text Example


Text Example

White with #0918C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0918C9; }

 p { color: rgb(9,24,201); }

 H1.HeaderClassName
 {
   color: #0918C9;
 }
 .AnyTagClassName
 {
   color: #0918C9;
 }
</style>

background-color css

<style>
 a { background-color: #0918C9; }

 a { background-color: rgb(9,24,201); }

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

border-color css

<style>
 span { border-color: #0918C9; }

 span { border-color: rgb(9,24,201); }

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