Html Css Color HEX #0919CD Medium Blue

📋 copy color: '#0919CD'

red 9 ◦ green 25 ◦ blue 205

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

Shades of Medium Blue #0919CD

Tints of Medium Blue #0919CD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.46%

 BLUE value IS 205 (80.47% from 255) = 85.77%

R = 3.77%
G = 10.46%
B = 85.77%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0919CD (or 0x0919CD) is known color: Medium Blue. HEX triplet: 09, 19 and CD. RGB value is (9,25,205). Sum of RGB (Red+Green+Blue) = 9+25+205=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 205 (80.47% from 255 or 85.77% from 239); Max value from RGB is 205 - color contains mainly: blue. Hex color #0919CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0919CD is #F6E632. Grayscale: #282828. Windows color (decimal): -16180787 or 13441289. OLE color: 13441289.

HSL color Cylindrical-coordinate representation of color #0919CD: hue angle of 235.1º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0919CD is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 25 205 -
CMYK 0.96 0.88 0 0.20
HSL 235.1º 0.92% 0.42% -
HSV(B) 235.1º 0.96% 0.8% -
XYZ 11.48 5.16 58.15 -
YUV 40.74 220.7 105.36 -
System Red Green Blue C M Y K H S L
Decimal 9 25 205 0.96 0.88 0 0.20 235.1 0.92 0.42
Hex 9 19 CD 60 58 0 14 EB 5C 2A
Octal 11 31 315 140 130 0 24 353 134 52
Binary 1001 11001 11001101 1100000 1011000 0 10100 11101011 1011100 101010

Color Harmonies of #0919CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0919CD

Black with #0919CD

Text Example


Text Example

White with #0919CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0919CD; }

 p { color: rgb(9,25,205); }

 H1.HeaderClassName
 {
   color: #0919CD;
 }
 .AnyTagClassName
 {
   color: #0919CD;
 }
</style>

background-color css

<style>
 a { background-color: #0919CD; }

 a { background-color: rgb(9,25,205); }

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

border-color css

<style>
 span { border-color: #0919CD; }

 span { border-color: rgb(9,25,205); }

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