Html Css Color HEX #0918DB Medium Blue

📋 copy color: '#0918DB'

red 9 ◦ green 24 ◦ blue 219

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

Shades of Medium Blue #0918DB

Tints of Medium Blue #0918DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 86.9%

R = 3.57%
G = 9.52%
B = 86.9%

CMYK

 C value IS 0.96

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0918DB (or 0x0918DB) is known color: Medium Blue. HEX triplet: 09, 18 and DB. RGB value is (9,24,219). Sum of RGB (Red+Green+Blue) = 9+24+219=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 219 (85.94% from 255 or 86.90% from 252); Max value from RGB is 219 - color contains mainly: blue. Hex color #0918DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0918DB is #F6E724. Grayscale: #282828. Windows color (decimal): -16181029 or 14358537. OLE color: 14358537.

HSL color Cylindrical-coordinate representation of color #0918DB: hue angle of 235.71º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0918DB is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 24 219 -
CMYK 0.96 0.89 0 0.14
HSL 235.71º 0.92% 0.45% -
HSV(B) 235.71º 0.96% 0.86% -
XYZ 13.23 5.83 67.45 -
YUV 41.75 228.03 104.64 -
System Red Green Blue C M Y K H S L
Decimal 9 24 219 0.96 0.89 0 0.14 235.71 0.92 0.45
Hex 9 18 DB 60 59 0 E EC 5C 2D
Octal 11 30 333 140 131 0 16 354 134 55
Binary 1001 11000 11011011 1100000 1011001 0 1110 11101100 1011100 101101

Color Harmonies of #0918DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0918DB

Black with #0918DB

Text Example


Text Example

White with #0918DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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