Html Css Color HEX #1019DF Medium Blue

📋 copy color: '#1019DF'

red 16 ◦ green 25 ◦ blue 223

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

Shades of Medium Blue #1019DF

Tints of Medium Blue #1019DF

RGB

 RED value IS 16 (6.64% from 255) = 6.06%

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

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

R = 6.06%
G = 9.47%
B = 84.47%

CMYK

 C value IS 0.93

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1019DF (or 0x1019DF) is known color: Medium Blue. HEX triplet: 10, 19 and DF. RGB value is (16,25,223). Sum of RGB (Red+Green+Blue) = 16+25+223=264 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.06% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 223 (87.5% from 255 or 84.47% from 264); Max value from RGB is 223 - color contains mainly: blue. Hex color #1019DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1019DF is #EFE620. Grayscale: #2C2C2C. Windows color (decimal): -15722017 or 14620944. OLE color: 14620944.

HSL color Cylindrical-coordinate representation of color #1019DF: hue angle of 237.39º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1019DF is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 25 223 -
CMYK 0.93 0.89 0 0.13
HSL 237.39º 0.87% 0.47% -
HSV(B) 237.39º 0.93% 0.87% -
XYZ 13.88 6.13 70.26 -
YUV 44.88 228.52 107.4 -
System Red Green Blue C M Y K H S L
Decimal 16 25 223 0.93 0.89 0 0.13 237.39 0.87 0.47
Hex 10 19 DF 5D 59 0 D ED 57 2F
Octal 20 31 337 135 131 0 15 355 127 57
Binary 10000 11001 11011111 1011101 1011001 0 1101 11101101 1010111 101111

Color Harmonies of #1019DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1019DF

Black with #1019DF

Text Example


Text Example

White with #1019DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,25,223); }

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

background-color css

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

 a { background-color: rgb(16,25,223); }

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

border-color css

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

 span { border-color: rgb(16,25,223); }

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