Html Css Color HEX #1012BE Medium Blue

📋 copy color: '#1012BE'

red 16 ◦ green 18 ◦ blue 190

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

Shades of Medium Blue #1012BE

Tints of Medium Blue #1012BE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.04%

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

R = 7.14%
G = 8.04%
B = 84.82%

CMYK

 C value IS 0.92

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1012BE (or 0x1012BE) is known color: Medium Blue. HEX triplet: 10, 12 and BE. RGB value is (16,18,190). Sum of RGB (Red+Green+Blue) = 16+18+190=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 190 (74.61% from 255 or 84.82% from 224); Max value from RGB is 190 - color contains mainly: blue. Hex color #1012BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1012BE is #EFED41. Grayscale: #242424. Windows color (decimal): -15723842 or 12456464. OLE color: 12456464.

HSL color Cylindrical-coordinate representation of color #1012BE: hue angle of 239.31º 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 #1012BE is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 18 190 -
CMYK 0.92 0.91 0 0.25
HSL 239.31º 0.84% 0.4% -
HSV(B) 239.31º 0.92% 0.75% -
XYZ 9.72 4.26 49.03 -
YUV 37.01 214.34 113.01 -
System Red Green Blue C M Y K H S L
Decimal 16 18 190 0.92 0.91 0 0.25 239.31 0.84 0.4
Hex 10 12 BE 5C 5B 0 19 EF 54 28
Octal 20 22 276 134 133 0 31 357 124 50
Binary 10000 10010 10111110 1011100 1011011 0 11001 11101111 1010100 101000

Color Harmonies of #1012BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1012BE

Black with #1012BE

Text Example


Text Example

White with #1012BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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