Html Css Color HEX #0913DF Medium Blue

📋 copy color: '#0913DF'

red 9 ◦ green 19 ◦ blue 223

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

Shades of Medium Blue #0913DF

Tints of Medium Blue #0913DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 88.84%

R = 3.59%
G = 7.57%
B = 88.84%

CMYK

 C value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0913DF (or 0x0913DF) is known color: Medium Blue. HEX triplet: 09, 13 and DF. RGB value is (9,19,223). Sum of RGB (Red+Green+Blue) = 9+19+223=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 223 (87.5% from 255 or 88.84% from 251); Max value from RGB is 223 - color contains mainly: blue. Hex color #0913DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0913DF is #F6EC20. Grayscale: #262626. Windows color (decimal): -16182305 or 14619401. OLE color: 14619401.

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

Color convert

RGB 9 19 223 -
CMYK 0.96 0.91 0 0.13
HSL 237.2º 0.92% 0.45% -
HSV(B) 237.2º 0.96% 0.87% -
XYZ 13.66 5.85 70.22 -
YUV 39.27 231.69 106.41 -
System Red Green Blue C M Y K H S L
Decimal 9 19 223 0.96 0.91 0 0.13 237.2 0.92 0.45
Hex 9 13 DF 60 5B 0 D ED 5C 2D
Octal 11 23 337 140 133 0 15 355 134 55
Binary 1001 10011 11011111 1100000 1011011 0 1101 11101101 1011100 101101

Color Harmonies of #0913DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0913DF

Black with #0913DF

Text Example


Text Example

White with #0913DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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