Html Css Color HEX #0913CF Medium Blue

📋 copy color: '#0913CF'

red 9 ◦ green 19 ◦ blue 207

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

Shades of Medium Blue #0913CF

Tints of Medium Blue #0913CF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.09%

 BLUE value IS 207 (81.25% from 255) = 88.09%

R = 3.83%
G = 8.09%
B = 88.09%

CMYK

 C value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0913CF (or 0x0913CF) is known color: Medium Blue. HEX triplet: 09, 13 and CF. RGB value is (9,19,207). Sum of RGB (Red+Green+Blue) = 9+19+207=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 207 (81.25% from 255 or 88.09% from 235); Max value from RGB is 207 - color contains mainly: blue. Hex color #0913CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0913CF is #F6EC30. Grayscale: #242424. Windows color (decimal): -16182321 or 13570825. OLE color: 13570825.

HSL color Cylindrical-coordinate representation of color #0913CF: hue angle of 236.97º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0913CF is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 19 207 -
CMYK 0.96 0.91 0 0.19
HSL 236.97º 0.92% 0.42% -
HSV(B) 236.97º 0.96% 0.81% -
XYZ 11.61 5.03 59.39 -
YUV 37.44 223.69 107.71 -
System Red Green Blue C M Y K H S L
Decimal 9 19 207 0.96 0.91 0 0.19 236.97 0.92 0.42
Hex 9 13 CF 60 5B 0 13 ED 5C 2A
Octal 11 23 317 140 133 0 23 355 134 52
Binary 1001 10011 11001111 1100000 1011011 0 10011 11101101 1011100 101010

Color Harmonies of #0913CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0913CF

Black with #0913CF

Text Example


Text Example

White with #0913CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0913CF; }

 p { color: rgb(9,19,207); }

 H1.HeaderClassName
 {
   color: #0913CF;
 }
 .AnyTagClassName
 {
   color: #0913CF;
 }
</style>

background-color css

<style>
 a { background-color: #0913CF; }

 a { background-color: rgb(9,19,207); }

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

border-color css

<style>
 span { border-color: #0913CF; }

 span { border-color: rgb(9,19,207); }

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