Html Css Color HEX #1014BE Medium Blue

📋 copy color: '#1014BE'

red 16 ◦ green 20 ◦ blue 190

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

Shades of Medium Blue #1014BE

Tints of Medium Blue #1014BE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.85%

 BLUE value IS 190 (74.61% from 255) = 84.07%

R = 7.08%
G = 8.85%
B = 84.07%

CMYK

 C value IS 0.92

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1014BE (or 0x1014BE) is known color: Medium Blue. HEX triplet: 10, 14 and BE. RGB value is (16,20,190). Sum of RGB (Red+Green+Blue) = 16+20+190=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 190 (74.61% from 255 or 84.07% from 226); Max value from RGB is 190 - color contains mainly: blue. Hex color #1014BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1014BE is #EFEB41. Grayscale: #252525. Windows color (decimal): -15723330 or 12456976. OLE color: 12456976.

HSL color Cylindrical-coordinate representation of color #1014BE: hue angle of 238.62º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1014BE is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 20 190 -
CMYK 0.92 0.89 0 0.25
HSL 238.62º 0.84% 0.4% -
HSV(B) 238.62º 0.92% 0.75% -
XYZ 9.76 4.33 49.04 -
YUV 38.18 213.67 112.18 -
System Red Green Blue C M Y K H S L
Decimal 16 20 190 0.92 0.89 0 0.25 238.62 0.84 0.4
Hex 10 14 BE 5C 59 0 19 EF 54 28
Octal 20 24 276 134 131 0 31 357 124 50
Binary 10000 10100 10111110 1011100 1011001 0 11001 11101111 1010100 101000

Color Harmonies of #1014BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1014BE

Black with #1014BE

Text Example


Text Example

White with #1014BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1014BE; }

 p { color: rgb(16,20,190); }

 H1.HeaderClassName
 {
   color: #1014BE;
 }
 .AnyTagClassName
 {
   color: #1014BE;
 }
</style>

background-color css

<style>
 a { background-color: #1014BE; }

 a { background-color: rgb(16,20,190); }

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

border-color css

<style>
 span { border-color: #1014BE; }

 span { border-color: rgb(16,20,190); }

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